Library | Package Java Toolkit

Class pfcDimension2D

package com.ptc.pfc.pfcDimension2D;

public class pfcDimension2D



Description

Contains global CIP definitions for module "pfcDimension2D"



Method Summary
static AngleDimensionSenseAngleDimensionSense_Create ( /*optional*/ DimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates a new angle dimension sense object for use in creating a drawing dimension.
static DimensionAngleOptionsDimensionAngleOptions_Create ()
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates an empty DimensionAngleOptions object.
static DrawingDimCreateInstructionsDrawingDimCreateInstructions_Create (Selections Attachments, DimensionSenses Senses, Vector2D TextLocation, OrientationHint Hint)
DEPRECATED: since Creo 4
    Create an instructions object used to create a new dimension in a drawing.
static EmptyDimensionSenseEmptyDimensionSense_Create ()
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates an empty dimension sense object, for use in creating a new drawing dimension.
static LinAOCTangentDimensionSenseLinAOCTangentDimensionSense_Create (DimensionLinAOCTangentType TangentType)
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates a new linear to arc or circle tangent dimension sense object for use in creating a drawing dimension.
static PointDimensionSensePointDimensionSense_Create (DimensionPointType PointType)
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates a new point dimension sense object for use in creating a drawing dimension.
static PointToAngleDimensionSensePointToAngleDimensionSense_Create (DimensionPointType PointType, /*optional*/ DimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates a new point-to-angle dimension sense object for use in creating a drawing dimension.
static SplinePointDimensionSenseSplinePointDimensionSense_Create (int SplinePointIndex)
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates a new spline point dimension sense object for use in creating a drawing dimension.
static TangentIndexDimensionSenseTangentIndexDimensionSense_Create (int TangentIndex)
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Creates a new tangent index dimension sense object for use in creating a drawing dimension.

Method Detail

DimensionAngleOptions_Create

static DimensionAngleOptionsDimensionAngleOptions_Create ()

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates an empty DimensionAngleOptions object.
Returns:


EmptyDimensionSense_Create

static EmptyDimensionSenseEmptyDimensionSense_Create ()

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates an empty dimension sense object, for use in creating a new drawing dimension.

This dimension sense is used if there is no special information required to accompany the dimension attachment.
See Also:
pfcDimension2D.DrawingDimCreateInstructions_Create(Selections, DimensionSenses, Vector2D, OrientationHint), Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Returns:
The created dimension sense object.


PointDimensionSense_Create

static PointDimensionSensePointDimensionSense_Create (DimensionPointType PointType)

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates a new point dimension sense object for use in creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Parameters:
PointType
The type of point the dimension will attach to.
Returns:
The created point dimension sense object.


SplinePointDimensionSense_Create

static SplinePointDimensionSenseSplinePointDimensionSense_Create (int SplinePointIndex)

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates a new spline point dimension sense object for use in creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Parameters:
SplinePointIndex
The index of the spline point to which Creo Parametric should attach the dimension.
Returns:
The created spline point dimension sense object.


TangentIndexDimensionSense_Create

static TangentIndexDimensionSenseTangentIndexDimensionSense_Create (int TangentIndex)

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates a new tangent index dimension sense object for use in creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Parameters:
TangentIndex
The index of the tangent point to which Creo Parametric should attach the dimension.
Returns:
The created tangent index dimension sense object.


LinAOCTangentDimensionSense_Create

static LinAOCTangentDimensionSenseLinAOCTangentDimensionSense_Create (DimensionLinAOCTangentType TangentType)

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates a new linear to arc or circle tangent dimension sense object for use in creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Parameters:
TangentType
The type of arc or circle tangency for the dimension.
Returns:
The created dimension sense object.


AngleDimensionSense_Create

static AngleDimensionSenseAngleDimensionSense_Create ( /*optional*/ DimensionAngleOptions AngleOptions)

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates a new angle dimension sense object for use in creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Parameters:
AngleOptions
The angle option flags used for the dimension.
Returns:
The created angle dimension sense object.


PointToAngleDimensionSense_Create

static PointToAngleDimensionSensePointToAngleDimensionSense_Create (DimensionPointType PointType, /*optional*/ DimensionAngleOptions AngleOptions)

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Creates a new point-to-angle dimension sense object for use in creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions
Parameters:
PointType
The type of point the dimension will attach to.
AngleOptions
The angle option flags used for the dimension.
Returns:
The created point-to-angle dimension sense object.


DrawingDimCreateInstructions_Create

static DrawingDimCreateInstructionsDrawingDimCreateInstructions_Create (Selections Attachments, DimensionSenses Senses, Vector2D TextLocation, OrientationHint Hint)

DEPRECATED: since Creo 4

    Create an instructions object used to create a new dimension in a drawing.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions), AngleDimensionSense, EmptyDimensionSense, LinAOCTangentDimensionSense, PointDimensionSense, PointToAngleDimensionSense, SplinePointDimensionSense, TangentIndexDimensionSense
Manual References:
Drawings: Creating Drawing Dimensions
Parameters:
Attachments
The attachment point(s) used to place the dimension.
Senses
The dimension senses corresponding to each attachment point. There should be one dimension sense for each attachment point.
TextLocation
The point used to calculate the location of the dimension text.
Hint
The orientation hint for the dimension.
Returns:
The created instructions object.