curves property
curves property
Gets or sets the curves. The curves element holds all the curves that are needed for the BREP structure. Here are the curves that describes the kind of an edge, but here are also the curves that are needed to create a extrusion for a surface. This element is needed, if the edges element is present.
Definition:
@property
def curves(self):
...
@curves.setter
def curves(self, value):
...
See Also
- module
aspose.cad.fileformats.collada.fileparser.elements
- class
Brep
- class
Curves