Library | Package Java Toolkit

Class ComponentConstraintType

package com.ptc.pfc.pfcComponentFeat;

public class ComponentConstraintType
  implements jxenum



Description

This enumerated type contains the assembly constraint types.



Field Summary
static final int_ASM_CONSTRAINT_MATE
    Integer value of enum value "ASM_CONSTRAINT_MATE"
    Mate two surfaces.
static final ComponentConstraintTypeASM_CONSTRAINT_MATE
    Object value of enum value "ASM_CONSTRAINT_MATE"
    Mate two surfaces.
static final int_ASM_CONSTRAINT_MATE_OFF
    Integer value of enum value "ASM_CONSTRAINT_MATE_OFF"
    Mate two surfaces, with an offset.
static final ComponentConstraintTypeASM_CONSTRAINT_MATE_OFF
    Object value of enum value "ASM_CONSTRAINT_MATE_OFF"
    Mate two surfaces, with an offset.
static final int_ASM_CONSTRAINT_ALIGN
    Integer value of enum value "ASM_CONSTRAINT_ALIGN"
    Align two items.
static final ComponentConstraintTypeASM_CONSTRAINT_ALIGN
    Object value of enum value "ASM_CONSTRAINT_ALIGN"
    Align two items.
static final int_ASM_CONSTRAINT_ALIGN_OFF
    Integer value of enum value "ASM_CONSTRAINT_ALIGN_OFF"
    Align two items, with an offset.
static final ComponentConstraintTypeASM_CONSTRAINT_ALIGN_OFF
    Object value of enum value "ASM_CONSTRAINT_ALIGN_OFF"
    Align two items, with an offset.
static final int_ASM_CONSTRAINT_INSERT
    Integer value of enum value "ASM_CONSTRAINT_INSERT"
    Insert a circular surface into another.
static final ComponentConstraintTypeASM_CONSTRAINT_INSERT
    Object value of enum value "ASM_CONSTRAINT_INSERT"
    Insert a circular surface into another.
static final int_ASM_CONSTRAINT_ORIENT
    Integer value of enum value "ASM_CONSTRAINT_ORIENT"
    Orient items with respect to one another.
static final ComponentConstraintTypeASM_CONSTRAINT_ORIENT
    Object value of enum value "ASM_CONSTRAINT_ORIENT"
    Orient items with respect to one another.
static final int_ASM_CONSTRAINT_CSYS
    Integer value of enum value "ASM_CONSTRAINT_CSYS"
    Align by coordinate system.
static final ComponentConstraintTypeASM_CONSTRAINT_CSYS
    Object value of enum value "ASM_CONSTRAINT_CSYS"
    Align by coordinate system.
static final int_ASM_CONSTRAINT_TANGENT
    Integer value of enum value "ASM_CONSTRAINT_TANGENT"
    Make two entities tangent.
static final ComponentConstraintTypeASM_CONSTRAINT_TANGENT
    Object value of enum value "ASM_CONSTRAINT_TANGENT"
    Make two entities tangent.
static final int_ASM_CONSTRAINT_PNT_ON_SRF
    Integer value of enum value "ASM_CONSTRAINT_PNT_ON_SRF"
    Place a point on a surface.
static final ComponentConstraintTypeASM_CONSTRAINT_PNT_ON_SRF
    Object value of enum value "ASM_CONSTRAINT_PNT_ON_SRF"
    Place a point on a surface.
static final int_ASM_CONSTRAINT_EDGE_ON_SRF
    Integer value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF"
    Place an edge on a surface.
static final ComponentConstraintTypeASM_CONSTRAINT_EDGE_ON_SRF
    Object value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF"
    Place an edge on a surface.
static final int_ASM_CONSTRAINT_DEF_PLACEMENT
    Integer value of enum value "ASM_CONSTRAINT_DEF_PLACEMENT"
    Fix the component in the default location.
static final ComponentConstraintTypeASM_CONSTRAINT_DEF_PLACEMENT
    Object value of enum value "ASM_CONSTRAINT_DEF_PLACEMENT"
    Fix the component in the default location.
static final int_ASM_CONSTRAINT_SUBSTITUTE
    Integer value of enum value "ASM_CONSTRAINT_SUBSTITUTE"
    Substitution (only used in simplified reps).
static final ComponentConstraintTypeASM_CONSTRAINT_SUBSTITUTE
    Object value of enum value "ASM_CONSTRAINT_SUBSTITUTE"
    Substitution (only used in simplified reps).
static final int_ASM_CONSTRAINT_PNT_ON_LINE
    Integer value of enum value "ASM_CONSTRAINT_PNT_ON_LINE"
    Place a point on a line.
static final ComponentConstraintTypeASM_CONSTRAINT_PNT_ON_LINE
    Object value of enum value "ASM_CONSTRAINT_PNT_ON_LINE"
    Place a point on a line.
static final int_ASM_CONSTRAINT_FIX
    Integer value of enum value "ASM_CONSTRAINT_FIX"
    Fix the component in the current location.
static final ComponentConstraintTypeASM_CONSTRAINT_FIX
    Object value of enum value "ASM_CONSTRAINT_FIX"
    Fix the component in the current location.
static final int_ASM_CONSTRAINT_AUTO
    Integer value of enum value "ASM_CONSTRAINT_AUTO"
    Automatic placement.
static final ComponentConstraintTypeASM_CONSTRAINT_AUTO
    Object value of enum value "ASM_CONSTRAINT_AUTO"
    Automatic placement.
static final int_ASM_CONSTRAINT_ALIGN_ANG_OFF
    Integer value of enum value "ASM_CONSTRAINT_ALIGN_ANG_OFF"
     
static final ComponentConstraintTypeASM_CONSTRAINT_ALIGN_ANG_OFF
    Object value of enum value "ASM_CONSTRAINT_ALIGN_ANG_OFF"
     
static final int_ASM_CONSTRAINT_MATE_ANG_OFF
    Integer value of enum value "ASM_CONSTRAINT_MATE_ANG_OFF"
     
static final ComponentConstraintTypeASM_CONSTRAINT_MATE_ANG_OFF
    Object value of enum value "ASM_CONSTRAINT_MATE_ANG_OFF"
     
static final int_ASM_CONSTRAINT_CSYS_PNT
    Integer value of enum value "ASM_CONSTRAINT_CSYS_PNT"
    
static final ComponentConstraintTypeASM_CONSTRAINT_CSYS_PNT
    Object value of enum value "ASM_CONSTRAINT_CSYS_PNT"
    
static final int_ASM_CONSTRAINT_LINE_NORMAL
    Integer value of enum value "ASM_CONSTRAINT_LINE_NORMAL"
    
static final ComponentConstraintTypeASM_CONSTRAINT_LINE_NORMAL
    Object value of enum value "ASM_CONSTRAINT_LINE_NORMAL"
    
static final int_ASM_CONSTRAINT_LINE_COPLANAR
    Integer value of enum value "ASM_CONSTRAINT_LINE_COPLANAR"
    
static final ComponentConstraintTypeASM_CONSTRAINT_LINE_COPLANAR
    Object value of enum value "ASM_CONSTRAINT_LINE_COPLANAR"
    
static final int_ASM_CONSTRAINT_LINE_PARL
    Integer value of enum value "ASM_CONSTRAINT_LINE_PARL"
    
static final ComponentConstraintTypeASM_CONSTRAINT_LINE_PARL
    Object value of enum value "ASM_CONSTRAINT_LINE_PARL"
    
static final int_ASM_CONSTRAINT_LINE_DIST
    Integer value of enum value "ASM_CONSTRAINT_LINE_DIST"
    
static final ComponentConstraintTypeASM_CONSTRAINT_LINE_DIST
    Object value of enum value "ASM_CONSTRAINT_LINE_DIST"
    
static final int_ASM_CONSTRAINT_PNT_DIST
    Integer value of enum value "ASM_CONSTRAINT_PNT_DIST"
    
static final ComponentConstraintTypeASM_CONSTRAINT_PNT_DIST
    Object value of enum value "ASM_CONSTRAINT_PNT_DIST"
    
static final int_ASM_CONSTRAINT_INSERT_NORM
    Integer value of enum value "ASM_CONSTRAINT_INSERT_NORM"
    
static final ComponentConstraintTypeASM_CONSTRAINT_INSERT_NORM
    Object value of enum value "ASM_CONSTRAINT_INSERT_NORM"
    
static final int_ASM_CONSTRAINT_INSERT_PARL
    Integer value of enum value "ASM_CONSTRAINT_INSERT_PARL"
    
static final ComponentConstraintTypeASM_CONSTRAINT_INSERT_PARL
    Object value of enum value "ASM_CONSTRAINT_INSERT_PARL"
    
static final int_ASM_CONSTRAINT_PNT_ON_LINE_DIST
    Integer value of enum value "ASM_CONSTRAINT_PNT_ON_LINE_DIST"
    
static final ComponentConstraintTypeASM_CONSTRAINT_PNT_ON_LINE_DIST
    Object value of enum value "ASM_CONSTRAINT_PNT_ON_LINE_DIST"
    
static final int_ASM_CONSTRAINT_PNT_ON_SRF_DIST
    Integer value of enum value "ASM_CONSTRAINT_PNT_ON_SRF_DIST"
    
static final ComponentConstraintTypeASM_CONSTRAINT_PNT_ON_SRF_DIST
    Object value of enum value "ASM_CONSTRAINT_PNT_ON_SRF_DIST"
    
static final int_ASM_CONSTRAINT_EDGE_ON_SRF_DIST
    Integer value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_DIST"
    
static final ComponentConstraintTypeASM_CONSTRAINT_EDGE_ON_SRF_DIST
    Object value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_DIST"
    
static final int_ASM_CONSTRAINT_EDGE_ON_SRF_ANG
    Integer value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_ANG"
    
static final ComponentConstraintTypeASM_CONSTRAINT_EDGE_ON_SRF_ANG
    Object value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_ANG"
    
static final int_ASM_CONSTRAINT_EDGE_ON_SRF_NORMAL
    Integer value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_NORMAL"
    
static final ComponentConstraintTypeASM_CONSTRAINT_EDGE_ON_SRF_NORMAL
    Object value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_NORMAL"
    
static final int_ASM_CONSTRAINT_ALIGN_NODEP_ANGLE
    Integer value of enum value "ASM_CONSTRAINT_ALIGN_NODEP_ANGLE"
    
static final ComponentConstraintTypeASM_CONSTRAINT_ALIGN_NODEP_ANGLE
    Object value of enum value "ASM_CONSTRAINT_ALIGN_NODEP_ANGLE"
    
static final int_ASM_CONSTRAINT_MATE_NODEP_ANGLE
    Integer value of enum value "ASM_CONSTRAINT_MATE_NODEP_ANGLE"
    
static final ComponentConstraintTypeASM_CONSTRAINT_MATE_NODEP_ANGLE
    Object value of enum value "ASM_CONSTRAINT_MATE_NODEP_ANGLE"
    
static final int_ASM_CONSTRAINT_LINE_ANGLE
    Integer value of enum value "ASM_CONSTRAINT_LINE_ANGLE"
    
static final ComponentConstraintTypeASM_CONSTRAINT_LINE_ANGLE
    Object value of enum value "ASM_CONSTRAINT_LINE_ANGLE"
    
static final int_ASM_CONSTRAINT_EDGE_ON_SRF_PARL
    Integer value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_PARL"
    
static final ComponentConstraintTypeASM_CONSTRAINT_EDGE_ON_SRF_PARL
    Object value of enum value "ASM_CONSTRAINT_EDGE_ON_SRF_PARL"
    
static final int_ASM_CONSTRAINT_SRF_NORMAL
    Integer value of enum value "ASM_CONSTRAINT_SRF_NORMAL"
    
static final ComponentConstraintTypeASM_CONSTRAINT_SRF_NORMAL
    Object value of enum value "ASM_CONSTRAINT_SRF_NORMAL"
    
static final int_ASM_CONSTRAINT_EXPLICIT
    Integer value of enum value "ASM_CONSTRAINT_EXPLICIT"
    
static final ComponentConstraintTypeASM_CONSTRAINT_EXPLICIT
    Object value of enum value "ASM_CONSTRAINT_EXPLICIT"
    
static final int_ComponentConstraintType_null
    Enum null value.

Method Summary
static ComponentConstraintTypeFromInt (int value)
    Creates enum object from an integer.
static ComponentConstraintTypeFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ComponentConstraintTypeFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ComponentConstraintTypeFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.