| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static AngularDimOptions | AngularDimOptions_Create
(
/*optional*/
Boolean IsFirst,
/*optional*/
Boolean ShouldFlip)
|
| static AngularDimSense | AngularDimSense_Create
(
/*optional*/
AngularDimOptions Options)
|
| static DimTolISODIN | DimTolISODIN_Create
(ToleranceTableType inTolTableType, String inTableName, int inTableColumn)
Creates a DimTolISODIN object. |
| static DimTolLimits | DimTolLimits_Create
(
/*optional*/
Double inUpperLimit,
/*optional*/
Double inLowerLimit)
Returns an object containing a limits-type tolerance for a dimension. |
| static DimTolPlusMinus | DimTolPlusMinus_Create
(
/*optional*/
Double inPlus,
/*optional*/
Double inMinus)
Creates a new DimTolPlusMinus object. |
| static DimTolSymmetric | DimTolSymmetric_Create
(
/*optional*/
Double inValue)
Creates a symmetric tolerance. |
| static DimTolSymSuperscript | DimTolSymSuperscript_Create
(
/*optional*/
Double inValue)
Creates a symmetric tolerance in superscript format. |
| static EmptyDimSense | EmptyDimSense_Create
()
|
| static LineAOCTangentDimSense | LineAOCTangentDimSense_Create
(DimLineAOCTangentType TangentType)
|
| static PointDimSense | PointDimSense_Create
(DimPointType PointType)
|
| static PointToAngleDimSense | PointToAngleDimSense_Create
(DimPointType PointType,
/*optional*/
AngularDimOptions Options)
|
| static SplinePointDimSense | SplinePointDimSense_Create
(int SplinePointIndex)
|
| static TangentIndexDimSense | TangentIndexDimSense_Create
(int TangentIndex)
|
| Method Detail |
|---|
| DimTolPlusMinus_Create |
|---|
| static DimTolPlusMinus | DimTolPlusMinus_Create | ( /*optional*/ Double inPlus, /*optional*/ Double inMinus) |
Creates a new DimTolPlusMinus object.
|
| DimTolSymmetric_Create |
|---|
| static DimTolSymmetric | DimTolSymmetric_Create | ( /*optional*/ Double inValue) |
| Creates a symmetric tolerance.
The return value can be passed to Dimension.GetTolerance(/*optional*/ DimTolerance) to change the tolerance or a dimension.
|
| DimTolSymSuperscript_Create |
|---|
| static DimTolSymSuperscript | DimTolSymSuperscript_Create | ( /*optional*/ Double inValue) |
| Creates a symmetric tolerance in superscript format.
The return value can be passed to Dimension.GetTolerance(/*optional*/ DimTolerance) to change the tolerance or a dimension.
|
| DimTolLimits_Create |
|---|
| static DimTolLimits | DimTolLimits_Create | ( /*optional*/ Double inUpperLimit, /*optional*/ Double inLowerLimit) |
| Returns an object containing a limits-type tolerance for a dimension.
The return value can be passed to Dimension.GetTolerance(/*optional*/ DimTolerance) to change the tolerance or a dimension.
|
| DimTolISODIN_Create |
|---|
| static DimTolISODIN | DimTolISODIN_Create | (ToleranceTableType inTolTableType, String inTableName, int inTableColumn) |
Creates a DimTolISODIN object.
|
| AngularDimOptions_Create |
|---|
| static AngularDimOptions | AngularDimOptions_Create | ( /*optional*/ Boolean IsFirst, /*optional*/ Boolean ShouldFlip) |
|
| EmptyDimSense_Create |
|---|
| static EmptyDimSense | EmptyDimSense_Create | () |
|
| PointDimSense_Create |
|---|
| static PointDimSense | PointDimSense_Create | (DimPointType PointType) |
|
| SplinePointDimSense_Create |
|---|
| static SplinePointDimSense | SplinePointDimSense_Create | (int SplinePointIndex) |
|
| TangentIndexDimSense_Create |
|---|
| static TangentIndexDimSense | TangentIndexDimSense_Create | (int TangentIndex) |
|
| LineAOCTangentDimSense_Create |
|---|
| static LineAOCTangentDimSense | LineAOCTangentDimSense_Create | (DimLineAOCTangentType TangentType) |
|
| AngularDimSense_Create |
|---|
| static AngularDimSense | AngularDimSense_Create | ( /*optional*/ AngularDimOptions Options) |
|
| PointToAngleDimSense_Create |
|---|
| static PointToAngleDimSense | PointToAngleDimSense_Create | (DimPointType PointType, /*optional*/ AngularDimOptions Options) |
|