| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetAngleControl
()
Get method for attribute "AngleControl" Angle control value used for the tessellation |
| /*optional*/ Double | GetChordHeight
()
Get method for attribute "ChordHeight" Chord height used for the surface tessellation |
| /*optional*/ CoordSystem | GetCsysData
()
Get method for attribute "CsysData" The csys data of surface tessellation. |
| SurfaceTessellationProjection | GetProjection
()
Get method for attribute "Projection" The projection for the tessellation points input. |
| double | GetStepSize
()
Get method for attribute "StepSize" Maximum step size value used for the tessellation |
| void | SetAngleControl
(double value)
Set method for attribute "AngleControl" Angle control value used for the tessellation |
| void | SetChordHeight
(
/*optional*/
Double value)
Set method for attribute "ChordHeight" Chord height used for the surface tessellation |
| void | SetCsysData
(
/*optional*/
CoordSystem value)
Set method for attribute "CsysData" The csys data of surface tessellation. |
| void | SetProjection
(SurfaceTessellationProjection value)
Set method for attribute "Projection" The projection for the tessellation points input. |
| void | SetStepSize
(double value)
Set method for attribute "StepSize" Maximum step size value used for the tessellation |
| Method Detail |
|---|
| GetAngleControl/SetAngleControl |
|---|
| double | GetAngleControl | () |
| void | SetAngleControl | (double value) |
Angle control value used for the tessellation
|
| GetStepSize/SetStepSize |
|---|
| double | GetStepSize | () |
| void | SetStepSize | (double value) |
Maximum step size value used for the tessellation
|
| GetProjection/SetProjection |
|---|
| SurfaceTessellationProjection | GetProjection | () |
| void | SetProjection | (SurfaceTessellationProjection value) |
The projection for the tessellation points input.
|
| GetCsysData/SetCsysData |
|---|
| /*optional*/ CoordSystem | GetCsysData | () |
| void | SetCsysData | ( /*optional*/ CoordSystem value) |
The csys data of surface tessellation.
|
| GetChordHeight/SetChordHeight |
|---|
| /*optional*/ Double | GetChordHeight | () |
| void | SetChordHeight | ( /*optional*/ Double value) |
Chord height used for the surface tessellation
|