API Documentation > Classes > Class SurfaceCollectionRule
Class SurfaceCollectionRule

package com.ptc.wfc.wfcCollection;

public class
SurfaceCollectionRule
implements
jxenum


Description
This enumerated type lists the rules for surface collection.
See Also:
User Guide References:
Field Summary
static final int
_SURFCOLL_ALL_GEOM_RULE
Integer value of enum value "SURFCOLL_ALL_GEOM_RULE"
SURFCOLL_ALL_GEOM_RULE
Object value of enum value "SURFCOLL_ALL_GEOM_RULE"
static final int
_SURFCOLL_CO_PLANNAR_GEOM_RULE
Integer value of enum value "SURFCOLL_CO_PLANNAR_GEOM_RULE"
SURFCOLL_CO_PLANNAR_GEOM_RULE
Object value of enum value "SURFCOLL_CO_PLANNAR_GEOM_RULE"
static final int
_SURFCOLL_PARALLEL_GEOM_RULE
Integer value of enum value "SURFCOLL_PARALLEL_GEOM_RULE"
SURFCOLL_PARALLEL_GEOM_RULE
Object value of enum value "SURFCOLL_PARALLEL_GEOM_RULE"
static final int
_SURFCOLL_CO_AXIAL_GEOM_RULE
Integer value of enum value "SURFCOLL_CO_AXIAL_GEOM_RULE"
SURFCOLL_CO_AXIAL_GEOM_RULE
Object value of enum value "SURFCOLL_CO_AXIAL_GEOM_RULE"
static final int
_SURFCOLL_EQ_RADIUS_GEOM_RULE
Integer value of enum value "SURFCOLL_EQ_RADIUS_GEOM_RULE"
SURFCOLL_EQ_RADIUS_GEOM_RULE
Object value of enum value "SURFCOLL_EQ_RADIUS_GEOM_RULE"
static final int
_SURFCOLL_SAME_CONVEXITY_GEOM_RULE
Integer value of enum value "SURFCOLL_SAME_CONVEXITY_GEOM_RULE"
SURFCOLL_SAME_CONVEXITY_GEOM_RULE
Object value of enum value "SURFCOLL_SAME_CONVEXITY_GEOM_RULE"
static final int
_SURFCOLL_SHAPE_CHAMFER
Integer value of enum value "SURFCOLL_SHAPE_CHAMFER"
SURFCOLL_SHAPE_CHAMFER
Object value of enum value "SURFCOLL_SHAPE_CHAMFER"
static final int
_SURFCOLL_SHAPE_ROUND
Integer value of enum value "SURFCOLL_SHAPE_ROUND"
SURFCOLL_SHAPE_ROUND
Object value of enum value "SURFCOLL_SHAPE_ROUND"
static final int
_SURFCOLL_SHAPE_PROTR_BOSS
Integer value of enum value "SURFCOLL_SHAPE_PROTR_BOSS"
SURFCOLL_SHAPE_PROTR_BOSS
Object value of enum value "SURFCOLL_SHAPE_PROTR_BOSS"
static final int
_SURFCOLL_SHAPE_PROTR_RIB
Integer value of enum value "SURFCOLL_SHAPE_PROTR_RIB"
SURFCOLL_SHAPE_PROTR_RIB
Object value of enum value "SURFCOLL_SHAPE_PROTR_RIB"
static final int
_SURFCOLL_SHAPE_CUT_POCKET
Integer value of enum value "SURFCOLL_SHAPE_CUT_POCKET"
SURFCOLL_SHAPE_CUT_POCKET
Object value of enum value "SURFCOLL_SHAPE_CUT_POCKET"
static final int
_SURFCOLL_SHAPE_CUT_SLOT
Integer value of enum value "SURFCOLL_SHAPE_CUT_SLOT"
SURFCOLL_SHAPE_CUT_SLOT
Object value of enum value "SURFCOLL_SHAPE_CUT_SLOT"
static final int
_SURFCOLL_SHAPE_MORE_SHAPES
Integer value of enum value "SURFCOLL_SHAPE_MORE_SHAPES"
SURFCOLL_SHAPE_MORE_SHAPES
Object value of enum value "SURFCOLL_SHAPE_MORE_SHAPES"
static final int
_SURFCOLL_TANGENT_NEIGBOURS_ONLY
Integer value of enum value "SURFCOLL_TANGENT_NEIGBOURS_ONLY"
SURFCOLL_TANGENT_NEIGBOURS_ONLY
Object value of enum value "SURFCOLL_TANGENT_NEIGBOURS_ONLY"
static final int
_SurfaceCollectionRule_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?