Class pfcGeometryFlags
Description
This interface contains flags indicating the format of an export file.
Not all geometry types are supported by all export formats. Use the method
pfcBaseSession::IsGeometryRepSupported(pfcExportType, pfcGeometryFlags_ptr) to determine if a set of flags is valid for a particular export type.
See Also:
User Guide References:
Method Summary
| |
| |
| |
| Creates a new geometry flags object used when exporting a model to a 3D representation. |
| |
| |
void | |
| |
| |
| Whether or not to export as a set of quilts. |
| |
| |
void | |
| |
| |
| Whether or not to export as solid objects. |
| |
| |
void | |
| |
| |
| Whether or not to export as a set of surfaces. |
| |
| |
void | |
| |
| |
| Whether or not export as wireframe entities. |
| |
| |
| |
| |
| |
| |
| |
| |
Method Detail
| GetAsWireframe | () |
void | SetAsWireframe | |
Whether or not export as wireframe entities.
| GetAsSolids | () |
void | SetAsSolids | |
Whether or not to export as solid objects.
| GetAsSurfaces | () |
void | SetAsSurfaces | |
Whether or not to export as a set of surfaces.
| GetAsQuilts | () |
void | SetAsQuilts | |
Whether or not to export as a set of quilts.
Creates a new geometry flags object used when exporting a model to a 3D representation.
See Also:
User Guide References:
Returns:
The created geometry flags object.