SurfaceMachiningInterfaces ManufacturingSurfaceGeomArea (Object)
All Frameworks Object Hierarchy This Framework Indexes
ManufacturingSurfaceGeomArea (Object)
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()
o Sub SetGeometry( | | iReference, |
| | iProduct) |
-
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.