Library | Package Java Toolkit

Class pfcDimension

package com.ptc.pfc.pfcDimension;

public class pfcDimension



Description

Contains global CIP definitions for module "pfcDimension"



Method Summary
static AngularDimOptionsAngularDimOptions_Create ( /*optional*/ Boolean IsFirst, /*optional*/ Boolean ShouldFlip)
     
static AngularDimSenseAngularDimSense_Create ( /*optional*/ AngularDimOptions Options)
     
static DimTolISODINDimTolISODIN_Create (ToleranceTableType inTolTableType, String inTableName, int inTableColumn)
    Creates a DimTolISODIN object.
static DimTolLimitsDimTolLimits_Create ( /*optional*/ Double inUpperLimit, /*optional*/ Double inLowerLimit)
    Returns an object containing a limits-type tolerance for a dimension.
static DimTolPlusMinusDimTolPlusMinus_Create ( /*optional*/ Double inPlus, /*optional*/ Double inMinus)
    Creates a new DimTolPlusMinus object.
static DimTolSymmetricDimTolSymmetric_Create ( /*optional*/ Double inValue)
    Creates a symmetric tolerance.
static DimTolSymSuperscriptDimTolSymSuperscript_Create ( /*optional*/ Double inValue)
    Creates a symmetric tolerance in superscript format.
static EmptyDimSenseEmptyDimSense_Create ()
     
static LineAOCTangentDimSenseLineAOCTangentDimSense_Create (DimLineAOCTangentType TangentType)
     
static PointDimSensePointDimSense_Create (DimPointType PointType)
     
static PointToAngleDimSensePointToAngleDimSense_Create (DimPointType PointType, /*optional*/ AngularDimOptions Options)
     
static SplinePointDimSenseSplinePointDimSense_Create (int SplinePointIndex)
     
static TangentIndexDimSenseTangentIndexDimSense_Create (int TangentIndex)
     

Method Detail

DimTolPlusMinus_Create

static DimTolPlusMinusDimTolPlusMinus_Create ( /*optional*/ Double inPlus, /*optional*/ Double inMinus)


    Creates a new DimTolPlusMinus object.
Manual References:
Dimensions and Parameters: Dimension Tolerances
Parameters:
inPlus
The tolerance amount above the nominal value
inMinus
The tolerance amount below the nominal value
Returns:
A pointer to the new tolerance object


DimTolSymmetric_Create

static DimTolSymmetricDimTolSymmetric_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.
Manual References:
Dimensions and Parameters: Dimension Tolerances
Parameters:
inValue
The tolerance value
Returns:
The new tolerance object


DimTolSymSuperscript_Create

static DimTolSymSuperscriptDimTolSymSuperscript_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.
Manual References:
Dimensions and Parameters: Dimension Tolerances
Parameters:
inValue
The tolerance value
Returns:
The new tolerance object


DimTolLimits_Create

static DimTolLimitsDimTolLimits_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.
Manual References:
Dimensions and Parameters: Dimension Tolerances
Parameters:
inUpperLimit
The upper limit for the tolerance
inLowerLimit
The lower limit for the tolerance
Returns:
The new tolerance object


DimTolISODIN_Create

static DimTolISODINDimTolISODIN_Create (ToleranceTableType inTolTableType, String inTableName, int inTableColumn)


    Creates a DimTolISODIN object.
Manual References:
Dimensions and Parameters: Dimension Tolerances
Parameters:
inTolTableType
inTableName
inTableColumn
Returns:
The new tolerance object


AngularDimOptions_Create

static AngularDimOptionsAngularDimOptions_Create ( /*optional*/ Boolean IsFirst, /*optional*/ Boolean ShouldFlip)


     
Parameters:
IsFirst
 
ShouldFlip
 
Returns:
 


EmptyDimSense_Create

static EmptyDimSenseEmptyDimSense_Create ()


     
Returns:
 


PointDimSense_Create

static PointDimSensePointDimSense_Create (DimPointType PointType)


     
Parameters:
PointType
 
Returns:
 


SplinePointDimSense_Create

static SplinePointDimSenseSplinePointDimSense_Create (int SplinePointIndex)


     
Parameters:
SplinePointIndex
 
Returns:
 


TangentIndexDimSense_Create

static TangentIndexDimSenseTangentIndexDimSense_Create (int TangentIndex)


     
Parameters:
TangentIndex
 
Returns:
 


LineAOCTangentDimSense_Create

static LineAOCTangentDimSenseLineAOCTangentDimSense_Create (DimLineAOCTangentType TangentType)


     
Parameters:
TangentType
 
Returns:
 


AngularDimSense_Create

static AngularDimSenseAngularDimSense_Create ( /*optional*/ AngularDimOptions Options)


     
Parameters:
Options
 
Returns:
 


PointToAngleDimSense_Create

static PointToAngleDimSensePointToAngleDimSense_Create (DimPointType PointType, /*optional*/ AngularDimOptions Options)


     
Parameters:
PointType
 
Options
 
Returns: