Library | Module

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() to determine if a set of flags is valid for a particular export type.
See Also:
pfcModel.Export(), pfcBaseSession.IsGeometryRepSupported(), pfcExport3DInstructions



Property Summary

booleanAsQuilts
Whether or not to export as a set of quilts.
booleanAsSolids
Whether or not to export as solid objects.
booleanAsSurfaces
Whether or not to export as a set of surfaces.
booleanAsWireframe
Whether or not export as wireframe entities.



Method Summary

static pfcGeometryFlagsCreate ()
Creates a new geometry flags object used when exporting a model to a 3D representation.



Property Detail


booleanAsQuilts

Whether or not to export as a set of quilts.




booleanAsSolids

Whether or not to export as solid objects.




booleanAsSurfaces

Whether or not to export as a set of surfaces.




booleanAsWireframe

Whether or not export as wireframe entities.





Method Detail


static pfcGeometryFlagsCreate ()

Creates a new geometry flags object used when exporting a model to a 3D representation.
See Also:
pfcModel.Export(), pfcExport3DInstructions
Returns:
The created geometry flags object.