IBezierCurve class
IBezierCurve class
Interface for cubic Bezier Curve geometry primitive
The IBezierCurve type exposes the following members:
Properties
| Property | Description |
|---|---|
| properties | Non-geometric properties of geometric representation |
| all_points | Array of all points defining geometry |
| entity_uid | Unique identifier (line number) of entity that created this entity |
Methods
| Method | Description |
|---|---|
| get_transformed_drawable | Creates a new drawable using provided points and non-geometric properties of current drawable |
| get_new_props_drawable | Creates a new drawable using geometry of current drawable and provided non-geometric properties |
| accept | Part of Visitor pattern with an IgesDrawableExporter |
See Also
- module
aspose.cad.fileformats.iges.drawables - class
IDrawable