ManufacturingInterfaces ManufacturingMachinableFeature (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
ManufacturingMachinableFeature (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ManufacturingFeature
|
+---ManufacturingMachinableFeature
Machinable Feature in Manufacturing.
It is the base object for machinable geometry and machinable area
- See also:
- ManufacturingMachinableArea, ManufacturingMachinableGeometry
Property Index
-
FeatRemark
- Returns the manufacturing machinable feature remark.
-
FeatType
- Returns the manufacturing machinable feature type.
Properties
-
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
-
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
Copyright © 2003, Dassault Systèmes. All rights reserved.