API Documentation > Interface Classes > Class pfcGeometryFlags
Class pfcGeometryFlags

# include <pfcExport.h>

class
pfcGeometryFlags
: public virtual
xobject
{
xdeclare(pfcGeometryFlags)
...
};
This is a
COMPACT class.

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
(xbool value)
Whether or not export as wireframe entities.
GetAsSolids
()
void
SetAsSolids
(xbool value)
Whether or not to export as solid objects.
GetAsSurfaces
()
void
SetAsSurfaces
(xbool value)
Whether or not to export as a set of surfaces.
GetAsQuilts
()
void
SetAsQuilts
(xbool value)
Whether or not to export as a set of quilts.
Create
()
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.
Was this helpful?