API Reference > Classes > PRC Curve Classes > OdPrcTransformedCurve2d Class
OdPrcTransformedCurve2d Class
OdPrcTransformedCurve2dOdPrcTransformedCurve2dOdPrcTransformedCurve2d
Syntax
C++
class OdPrcTransformedCurve2d : public OdPrcCurve2d;

PrcTransformedCurve2d.h

 

Class implements a two-dimensional transformed curve. A transformed curve is a curve defined by the result of a three-dimensional mathematical function applied to a base curve. A transfomed curve can be parameterized and transformed for positioning in model space.

Transformation can be one of the following:

Value Description 
0x00 Identity 
0x01 Translate 
0x02 Rotate 
0x08 Scale 

 

OdPrcTransformedCurve2d inherits the OdPrcCurve class and can be reparameterized and trimmed using the OdPrcParameterization class and setParameterization() method.

Destroys the transformed curve object. 
Returns the current base curve for the transformed curve. 
This is the overview for the mathTransformation method overload. 
Sets a new base curve for the transformed curve.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.