SurfaceMachiningInterfaces ManufacturingSurfaceGeomArea (Object)
All Frameworks Object Hierarchy This Framework Next Indexes
ManufacturingSurfaceGeomArea (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---ManufacturingFeature
|
+---ManufacturingMachinableFeature
|
+---ManufacturingMachinableArea
|
+---ManufacturingSurfaceGeomArea
Represents the Manufacturing Surface NCGeometry.
Role: Allows you to associate geometries with a NCGeometry.
Method Index
-
RemoveAllGeometry
- Removes all the geometry linked to a Manufacturing Surface NCGeometry feature.
-
SetGeometry
- Sets a geometry of a Manufacturing Surface NCGeometry feature.
Methods
o Sub RemoveAllGeometry( | ) |
-
Removes all the geometry linked to a Manufacturing Surface NCGeometry feature.
- Example:
The following example removes the geometry of the manufacturing surface NCGeometry feature CurrentNCGeomArea
Call CurrentNCGeomArea.RemoveAllGeometry()
-
Sets a geometry of a Manufacturing Surface NCGeometry feature.
- Parameters:
-
- iReference
- The geometry to be set.
- iProduct
- The product containing the geometry to be set.
- Example:
The following example sets a geometry Geometry1 to the manufacturing surface NCGeometry feature CurrentNCGeomArea
Call CurrentNCGeomArea.SetGeometry(Geometry1,PartMachined)
Copyright © 2003, Dassault Systèmes. All rights reserved.