API Documentation > 3D interface > Object ProOutput > Function ProOutputBrepRepresentationFlagsSet
Function ProOutputBrepRepresentationFlagsSet
Description
Set the brep representation flags. Note: not all combinations of flags are valid for all export types. The function ProOutputBrepRepresentationIsSupported indicates if a particular representation is supported by Creo Parametric for a certain export type.
Synopsis
ProOutputBrepRepresentationFlagsSet
(
/* (In)
The brep representation structure.
*/
ProBoolean as_wireframe
/* (In)
Whether or not to export geometry as wireframe.
*/
ProBoolean as_surfaces
/* (In)
Whether or not to export geometry as surfaces.
*/
ProBoolean as_solid
/* (In)
Whether or not to export geometry as solid.
*/
ProBoolean as_quilts
/* (In)
Whether or not to export geometry as quilts.
*/
)
Returns
The function set the flags.
The arguments were invalid.
Sample Code References
User Guide References
Was this helpful?