Library | Package Java Toolkit

Class pfcDatumPointFeat

package com.ptc.pfc.pfcDatumPointFeat;

public class pfcDatumPointFeat



Description

Contains global CIP definitions for module "pfcDatumPointFeat"



Method Summary
static DatumPointDimensionConstraintDatumPointDimensionConstraint_Create (Selection ConstraintRef, DatumPointConstraintType Type, double Value)
    Creates a new DatumPointDimensionConstraint object.
static DatumPointPlacementConstraintDatumPointPlacementConstraint_Create (Selection ConstraintRef, DatumPointConstraintType Type, double Value)
    Creates a new DatumPointPlacementConstraint object.

Method Detail

DatumPointPlacementConstraint_Create

static DatumPointPlacementConstraintDatumPointPlacementConstraint_Create (Selection ConstraintRef, DatumPointConstraintType Type, double Value)


    Creates a new DatumPointPlacementConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ConstraintRef
The constraint reference object.
Type
Value
The constraint reference value.
Returns:
The new object.


DatumPointDimensionConstraint_Create

static DatumPointDimensionConstraintDatumPointDimensionConstraint_Create (Selection ConstraintRef, DatumPointConstraintType Type, double Value)


    Creates a new DatumPointDimensionConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ConstraintRef
The constraint reference object.
Type
Value
The constraint reference value.
Returns:
The new object.