Library | Package Java Toolkit

Class pfcDatumPlaneFeat

package com.ptc.pfc.pfcDatumPlaneFeat;

public class pfcDatumPlaneFeat



Description

Contains global CIP definitions for module "pfcDatumPlaneFeat"



Method Summary
static DatumPlaneAngleConstraintDatumPlaneAngleConstraint_Create (Selection AngleRef, double AngleValue)
    Creates a new DatumPlaneAngleConstraint object.
static DatumPlaneDefaultXConstraintDatumPlaneDefaultXConstraint_Create ()
    Creates a new DatumPlaneDefaultXConstraint object.
static DatumPlaneDefaultYConstraintDatumPlaneDefaultYConstraint_Create ()
    Creates a new DatumPlaneDefaultYConstraint object.
static DatumPlaneDefaultZConstraintDatumPlaneDefaultZConstraint_Create ()
    Creates a new DatumPlaneDefaultZConstraint object.
static DatumPlaneNormalConstraintDatumPlaneNormalConstraint_Create (Selection NormalRef)
    Creates a new DatumPlaneNormalConstraint object.
static DatumPlaneOffsetConstraintDatumPlaneOffsetConstraint_Create (Selection OffsetRef, double OffsetValue)
    Creates a new DatumPlaneOffsetConstraint object.
static DatumPlaneOffsetCoordSysConstraintDatumPlaneOffsetCoordSysConstraint_Create (CoordAxis CsysAxis, Selection OffsetRef, double OffsetValue)
    Creates a new DatumPlaneOffsetCoordSysConstraint object.
static DatumPlaneParallelConstraintDatumPlaneParallelConstraint_Create (Selection ParallelRef)
    Creates a new DatumPlaneParallelConstraint object.
static DatumPlaneSectionConstraintDatumPlaneSectionConstraint_Create (Selection SectionRef, int SectionIndex)
    Creates a new DatumPlaneSectionConstraint object.
static DatumPlaneTangentConstraintDatumPlaneTangentConstraint_Create (Selection TangentRef)
    Creates a new DatumPlaneTangentConstraint object.
static DatumPlaneThroughConstraintDatumPlaneThroughConstraint_Create (Selection ThroughRef)
    Creates a new DatumPlaneThroughConstraint object.

Method Detail

DatumPlaneThroughConstraint_Create

static DatumPlaneThroughConstraintDatumPlaneThroughConstraint_Create (Selection ThroughRef)


    Creates a new DatumPlaneThroughConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ThroughRef
The 'Through' reference object.
Returns:
The new object.


DatumPlaneNormalConstraint_Create

static DatumPlaneNormalConstraintDatumPlaneNormalConstraint_Create (Selection NormalRef)


    Creates a new DatumPlaneNormalConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
NormalRef
The 'Normal' reference object.
Returns:
The new object.


DatumPlaneParallelConstraint_Create

static DatumPlaneParallelConstraintDatumPlaneParallelConstraint_Create (Selection ParallelRef)


    Creates a new DatumPlaneParallelConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
ParallelRef
The 'Parallel' reference object.
Returns:
The new object.


DatumPlaneOffsetConstraint_Create

static DatumPlaneOffsetConstraintDatumPlaneOffsetConstraint_Create (Selection OffsetRef, double OffsetValue)


    Creates a new DatumPlaneOffsetConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
OffsetRef
The 'Offset' reference object.
OffsetValue
The reference offset value.
Returns:
The new object.


DatumPlaneOffsetCoordSysConstraint_Create

static DatumPlaneOffsetCoordSysConstraintDatumPlaneOffsetCoordSysConstraint_Create (CoordAxis CsysAxis, Selection OffsetRef, double OffsetValue)


    Creates a new DatumPlaneOffsetCoordSysConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
CsysAxis
The reference coordinate axis.
OffsetRef
The selection handle for the Coordinate System reference.
OffsetValue
The reference offset value.
Returns:
The new object.


DatumPlaneAngleConstraint_Create

static DatumPlaneAngleConstraintDatumPlaneAngleConstraint_Create (Selection AngleRef, double AngleValue)


    Creates a new DatumPlaneAngleConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
AngleRef
The 'Angle' reference object.
AngleValue
The reference angle value.
Returns:
The new object.


DatumPlaneTangentConstraint_Create

static DatumPlaneTangentConstraintDatumPlaneTangentConstraint_Create (Selection TangentRef)


    Creates a new DatumPlaneTangentConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
TangentRef
The 'Tangent' reference object.
Returns:
The new object.


DatumPlaneSectionConstraint_Create

static DatumPlaneSectionConstraintDatumPlaneSectionConstraint_Create (Selection SectionRef, int SectionIndex)


    Creates a new DatumPlaneSectionConstraint object.

In the current release this constraint cannot be set by an application.
Parameters:
SectionRef
The 'Section' reference object.
SectionIndex
The section index.
Returns:
The new object.


DatumPlaneDefaultXConstraint_Create

static DatumPlaneDefaultXConstraintDatumPlaneDefaultXConstraint_Create ()


    Creates a new DatumPlaneDefaultXConstraint object.

In the current release this constraint cannot be set by an application.
Returns:
The new object.


DatumPlaneDefaultYConstraint_Create

static DatumPlaneDefaultYConstraintDatumPlaneDefaultYConstraint_Create ()


    Creates a new DatumPlaneDefaultYConstraint object.

In the current release this constraint cannot be set by an application.
Returns:
The new object.


DatumPlaneDefaultZConstraint_Create

static DatumPlaneDefaultZConstraintDatumPlaneDefaultZConstraint_Create ()


    Creates a new DatumPlaneDefaultZConstraint object.

In the current release this constraint cannot be set by an application.
Returns:
The new object.