It is the base object for machinable geometry and machinable area
- See also:
- ,
Properties
- Property FeatRemark() As
-
Returns the manufacturing machinable feature remark.
- Returns:
- oFeatRemark The manufacturing machinable feature remark
- Example:
- The following example returns in tFeatRemark the remark of
manufacturing machinable feature firstMachFeat:
Dim firstMachFeat As ManufacturingMachinableFeature Set firstMachFeat = ... Dim tFeatRemark As CATBSTR Set tFeatRemark = firstMachFeat.FeatRemark
dd>
- Property FeatType() As
-
Returns the manufacturing machinable feature type.
- Returns:
- oFeatType The manufacturing machinable feature type
- Example:
- The following example returns in tFeatType the type of
manufacturing machinable feature firstMachFeat:
Dim firstMachFeat As ManufacturingMachinableFeature Set firstMachFeat = ... Dim tFeatType As CATBSTR Set tFeatType = firstMachFeat.FeatType
dd>