Library | Module

Interface IpfcTriangulationInstructions



Description

This interface contains options used while exporting to a faceted format like EXPORT_CATIA_CGR.



Property Summary

PropertyAngleControlas Double
The angle control to use for the exported facets. Value is from 0.0 to 1.0.
PropertyChordHeightas Double
The chord height to use for the exported facets.
PropertyFacetControlOptionsas IpfcFacetControlFlags [optional]
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
PropertyStepSizeas Double
The step size to use for the exported facets.



Method Summary

FunctionCCpfcTriangulationInstructions.Create (AngleControl as Double, ChordHeight as Double) as IpfcTriangulationInstructions
Creates a new object used to indicate the parameters used for faceting.



Property Detail


PropertyAngleControlas Double

The angle control to use for the exported facets. Value is from 0.0 to 1.0.




PropertyChordHeightas Double

The chord height to use for the exported facets.




PropertyFacetControlOptionsas IpfcFacetControlFlags [optional]

Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.




PropertyStepSizeas Double

The step size to use for the exported facets.





Method Detail


FunctionCCpfcTriangulationInstructions.Create (AngleControl as Double, ChordHeight as Double) as IpfcTriangulationInstructions

Creates a new object used to indicate the parameters used for faceting.
See Also:
IpfcModel.Export(), IpfcExport3DInstructions
Parameters:
AngleControl
ChordHeight
Returns:
The new triangulation instructions object.