WedmOpenGeomBuilder Class

class NXOpen.CAM.WedmOpenGeomBuilder

Bases: NXOpen.CAM.WedmBasedGeomBuilder

Represents a WedmOpenGeom Builder

To create a new instance of this class, use NXOpen.CAM.NCGroupCollection.CreateWedmOpenGeomBuilder()

New in version NX5.0.0.

Properties

Property Description
BackburnPasses Returns or sets the Backburn Passes
CustomBoundaryDataList Returns the Custom Boundary Data List
CutDirection Returns or sets the Cut Direction
CutoffDistance Returns or sets the Cutoff Distance
CutoffFlag Returns or sets the Cutoff Flag
CutoffStock Returns or sets the Cutoff Stock
CycleEvent Returns the cycle event
CycleTable Returns the cycle
FinishPasses Returns or sets the Finish Passes
FromPoint Returns or sets the From Point
FromPointStatus Returns or sets the From Point Status
FromPointToolAxis Returns or sets the From Point Tool Axis
GoHomePoint Returns or sets the Go Home Point
GoHomePointStatus Returns or sets the Go Home Point Status
GoHomePointToolAxis Returns or sets the Go Home Point Tool Axis
Intol Returns or sets the intol value
LayoutCiBuilder Returns the Save Layer/Layout builder
LeadInPoint Returns or sets the Lead In Point
LeadInPointStatus Returns or sets the Lead In Point Status
LeadOutPoint Returns or sets the Lead Out Point
LeadOutPointStatus Returns or sets the Lead Out Point Status
LowerPlane Returns or sets the Lower Plane
NumTabs Returns or sets the Tab Points
OptimizationMethod Returns or sets the optim method
Outtol Returns or sets the outtol value
RegionMethod Returns or sets the Tab Points Region Method
RetractPoint Returns or sets the Retract Point
RetractPointStatus Returns or sets the Retract Point Status
RetractPointToolAxis Returns or sets the Retract Point Tool Axis
RoughPasses Returns or sets the Rough Passes
SmoothLeadinDistance Returns or sets the Smooth Leadin Distance
SmoothLeadinFlag Returns or sets the Smooth Leadin Flag
SmoothLeadoutDistance Returns or sets the Smooth Leadout Distance
SmoothLeadoutFlag Returns or sets the Smooth Leadout Flag
StepoverBuilder Returns the Stepover builder
StopPointDistance Returns or sets the Stop Point Distance
StopPointFlag Returns or sets the Stop Point Flag
StopPointType Returns or sets the Stop Point Type
Tag Returns the Tag for this object.
ThreadHolePoint Returns or sets the Thread Hole Point
ThreadHolePointStatus Returns or sets the Thread Hole Point Status
ThreadHolePointToolAxis Returns or sets the Thread Hole Point Tool Axis
UpperPlane Returns or sets the Upper Plane
WireDiameter Returns or sets the Wire Diameter

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetCustomizableItemBuilder Returns the customizable item builder for the given customizable item name
GetCustomizableItemNames Returns the names for all customizable item ids
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

LeadOutPoint

WedmOpenGeomBuilder.LeadOutPoint

Returns or sets the Lead Out Point

-------------------------------------

Getter Method

Signature LeadOutPoint

Returns:the Lead Out Point
Return type:NXOpen.NXObject

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

-------------------------------------

Setter Method

Signature LeadOutPoint

Parameters:point (NXOpen.NXObject) – the Lead Out Point

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

Validate

WedmOpenGeomBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.