Library | Package Java Toolkit

Class pfcDatumAxisFeat

package com.ptc.pfc.pfcDatumAxisFeat;

public class pfcDatumAxisFeat



Description

Contains global CIP definitions for module "pfcDatumAxisFeat"



Method Summary
static DatumAxisConstraintDatumAxisConstraint_Create (DatumAxisConstraintType ConstraintType, Selection ConstraintRef)
    Creates a new DatumAxisConstraint object.
static DatumAxisDimensionConstraintDatumAxisDimensionConstraint_Create (Selection DimRef, double DimOffset)
    Creates a new DatumAxisDimensionConstraint object.

Method Detail

DatumAxisConstraint_Create

static DatumAxisConstraintDatumAxisConstraint_Create (DatumAxisConstraintType ConstraintType, Selection ConstraintRef)


    Creates a new DatumAxisConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ConstraintType
The type of constraint.
ConstraintRef
The constraint reference object.
Returns:
The new object.


DatumAxisDimensionConstraint_Create

static DatumAxisDimensionConstraintDatumAxisDimensionConstraint_Create (Selection DimRef, double DimOffset)


    Creates a new DatumAxisDimensionConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
DimRef
The selection handle for the dimension reference.
DimOffset
The offset value specified by the dimension.
Returns:
The new object.