Definition for extrude

Enumerations

enum  EA3DFRMEnumValue_DepthType {
  kA3DFRMEnumValue_DepthType_None = 0,
  kA3DFRMEnumValue_DepthType_Blind,
  kA3DFRMEnumValue_DepthType_ThruAll,
  kA3DFRMEnumValue_DepthType_Reference,
  kA3DFRMEnumValue_DepthType_Next,
  kA3DFRMEnumValue_DepthType_Until,
  kA3DFRMEnumValue_DepthType_AsReference
}
 all possible type of depth.
This can be used to specify Depth of Features Extrude, Hole, Thread, etc. More...
 

Detailed Description

Version
10.2

Enumeration Type Documentation

all possible type of depth.
This can be used to specify Depth of Features Extrude, Hole, Thread, etc.

Example of usage in case of Simple Hole Feature:

frm_depth_types.png
Version
10.2
Enumerator
kA3DFRMEnumValue_DepthType_None 

Invalid Depth Type.

kA3DFRMEnumValue_DepthType_Blind 

Depth is define by a Depth Value.

kA3DFRMEnumValue_DepthType_ThruAll 

Depth is define thought all geometry.

kA3DFRMEnumValue_DepthType_Reference 

Depth is define up to the specified reference.

kA3DFRMEnumValue_DepthType_Next 

Depth is define up to the next surface encountered.

kA3DFRMEnumValue_DepthType_Until 

Depth is define thought the specified reference, up to the last encounter.

kA3DFRMEnumValue_DepthType_AsReference 

In case of feature likes Thread, DepthType_AsReference specified that the Depth is the same as the reference feature (example: on a Hole Feature create a full Thread Feature, that is as deep as the Hole Depth).