| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetAngleControl
()
Get method for attribute "AngleControl" The angle control to use for the exported facets. Value is from 0.0 to 1.0. |
| double | GetChordHeight
()
Get method for attribute "ChordHeight" The chord height to use for the exported facets. |
| /*optional*/ FacetControlFlags | GetFacetControlOptions
()
Get method for attribute "FacetControlOptions" Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export. |
| double | GetStepSize
()
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 | SetFacetControlOptions
(
/*optional*/
FacetControlFlags value)
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/SetAngleControl |
|---|
| double | GetAngleControl | () |
| void | SetAngleControl | (double value) |
The angle control to use for the exported facets. Value is from 0.0 to 1.0.
|
| GetChordHeight/SetChordHeight |
|---|
| double | GetChordHeight | () |
| void | SetChordHeight | (double value) |
The chord height to use for the exported facets.
|
| GetStepSize/SetStepSize |
|---|
| double | GetStepSize | () |
| void | SetStepSize | (double value) |
The step size to use for the exported facets.
|
| GetFacetControlOptions/SetFacetControlOptions |
|---|
| /*optional*/ FacetControlFlags | GetFacetControlOptions | () |
| void | SetFacetControlOptions | ( /*optional*/ FacetControlFlags value) |
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export.
|