API Documentation > Interfaces > Interface TriangulationInstructions
Interface TriangulationInstructions

package com.ptc.pfc.pfcExport;

public interface
TriangulationInstructions
extends
jxobject


Description
This interface contains options used while exporting to a faceted format like EXPORT_CATIA_CGR.
Method Summary
double
Get method for attribute "AngleControl"
The angle control to use for the exported facets. Value is from 0.0 to 1.0.
double
Get method for attribute "ChordHeight"
The chord height to use for the exported facets.
/*optional*/ FacetControlFlags
Get method for attribute "FacetControlOptions"
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
double
Get method for attribute "StepSize"
The step size to use for the exported facets.
void
SetAngleControl (double value)
Set method for attribute "AngleControl"
The angle control to use for the exported facets. Value is from 0.0 to 1.0.
void
SetChordHeight (double value)
Set method for attribute "ChordHeight"
The chord height to use for the exported facets.
void
Set method for attribute "FacetControlOptions"
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
void
SetStepSize (double value)
Set method for attribute "StepSize"
The step size to use for the exported facets.
Method Detail
GetAngleControl
double
GetAngleControl
()
SetAngleControl
void
SetAngleControl
(double value)
The angle control to use for the exported facets. Value is from 0.0 to 1.0.
User Guide References:
GetChordHeight
double
GetChordHeight
()
SetChordHeight
void
SetChordHeight
(double value)
The chord height to use for the exported facets.
User Guide References:
GetStepSize
double
GetStepSize
()
SetStepSize
void
SetStepSize
(double value)
The step size to use for the exported facets.
User Guide References:
GetFacetControlOptions
/*optional*/ FacetControlFlags
GetFacetControlOptions
()
SetFacetControlOptions
void
SetFacetControlOptions
( /*optional*/ FacetControlFlags value)
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
User Guide References:
Was this helpful?