pycatia.surface_machining_interfaces.manufacturing_surface_geom_area

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.surface_machining_interfaces.manufacturing_surface_geom_area.ManufacturingSurfaceGeomArea(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ManufacturingInterfaces.ManufacturingFeature
ManufacturingInterfaces.ManufacturingMachinableFeature
ManufacturingInterfaces.ManufacturingMachinableArea
ManufacturingSurfaceGeomArea

Represents the Manufacturing Surface NCGeometry.
Role: Allows you to associate geometries with a NCGeometry.
remove_all_geometry() None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
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()
Return type:

None

set_geometry(i_reference: AnyObject, i_product: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetGeometry(AnyObject iReference,
AnyObject 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)
Parameters:
Return type:

None