Library | Module

Interface IpfcGeometryFlags



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



Property Summary

PropertyAsQuiltsas Boolean
Whether or not to export as a set of quilts.
PropertyAsSolidsas Boolean
Whether or not to export as solid objects.
PropertyAsSurfacesas Boolean
Whether or not to export as a set of surfaces.
PropertyAsWireframeas Boolean
Whether or not export as wireframe entities.



Method Summary

FunctionCCpfcGeometryFlags.Create () as IpfcGeometryFlags
Creates a new geometry flags object used when exporting a model to a 3D representation.



Property Detail


PropertyAsQuiltsas Boolean

Whether or not to export as a set of quilts.




PropertyAsSolidsas Boolean

Whether or not to export as solid objects.




PropertyAsSurfacesas Boolean

Whether or not to export as a set of surfaces.




PropertyAsWireframeas Boolean

Whether or not export as wireframe entities.





Method Detail


FunctionCCpfcGeometryFlags.Create () as IpfcGeometryFlags

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