| Method Summary |
|
/*optional*/
Double | GetAngleControl
()
Get method for attribute
"AngleControl"
The Angle Control setting. (Pass null if you specify Quality.).
Default value is 0.1.
|
|
/*optional*/
String | GetCsysName
()
Get method for attribute
"CsysName"
Stores the name of a coordinate-system feature in the model being
exported. A coordinate system that places the part or assembly in its
upper-right quadrant is recommended, so that all position/distance values
are positive. Allowed to be null if exporting as Slice |
|
/*optional*/
FacetControlFlags | GetFacetControlOptions
()
Get method for attribute
"FacetControlOptions"
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export. (Pass null if not exporting slice formats).
|
|
/*optional*/
Double | GetMaxChordHeight
()
Get method for attribute
"MaxChordHeight"
The Maximun Chord Height setting. (Pass null if you specify Quality.).
Default value is 0.1.
|
|
/*optional*/
Integer | GetQuality
()
Get method for attribute
"Quality"
Can be used in place of MaxChordHeight and AngleControl. A value between 1 and 10. The higher the value you pass, the lower the MaxChordHeight setting and the higher the AngleControl setting that the method will use.
Pass null if you use MaxChordHeight and AngleControl values. If Quality, MaxChordHeight, and AngleControl are all null, a Quality value of 3 is used.
Default value is 1.0 |
|
/*optional*/
SliceExportData | GetSliceExportData
()
Returns an SliceExportData object or NULL if the SliceExportData isn't set.
|
|
/*optional*/
Double | GetStepSize
()
Get method for attribute
"StepSize"
The Step Size Control setting. (Pass null if you specify Quality.).
Default value is 0.0.
|
| void | SetAngleControl
(
/*optional*/
Double value)
Set method for attribute
"AngleControl"
The Angle Control setting. (Pass null if you specify Quality.).
Default value is 0.1.
|
| void | SetCsysName
(
/*optional*/
String value)
Set method for attribute
"CsysName"
Stores the name of a coordinate-system feature in the model being
exported. A coordinate system that places the part or assembly in its
upper-right quadrant is recommended, so that all position/distance values
are positive. Allowed to be null if exporting as Slice |
| void | SetFacetControlOptions
(
/*optional*/
FacetControlFlags value)
Set method for attribute
"FacetControlOptions"
Flags (FACET_STEP_SIZE_ADJUST and others) to control Facet export. (Pass null if not exporting slice formats).
|
| void | SetMaxChordHeight
(
/*optional*/
Double value)
Set method for attribute
"MaxChordHeight"
The Maximun Chord Height setting. (Pass null if you specify Quality.).
Default value is 0.1.
|
| void | SetQuality
(
/*optional*/
Integer value)
Set method for attribute
"Quality"
Can be used in place of MaxChordHeight and AngleControl. A value between 1 and 10. The higher the value you pass, the lower the MaxChordHeight setting and the higher the AngleControl setting that the method will use.
Pass null if you use MaxChordHeight and AngleControl values. If Quality, MaxChordHeight, and AngleControl are all null, a Quality value of 3 is used.
Default value is 1.0 |
| void | SetSliceExportData
(
/*optional*/
SliceExportData SliceExpData)
Sets the SliceExportData .
|
| void | SetStepSize
(
/*optional*/
Double value)
Set method for attribute
"StepSize"
The Step Size Control setting. (Pass null if you specify Quality.).
Default value is 0.0.
|