NcmHoleDrilling Class

class NXOpen.CAM.NcmHoleDrilling

Bases: NXOpen.CAM.NcmHoleMachining

Represents a NXOpen.CAM.NcmHoleDrilling

New in version NX9.0.0.

Properties

Property Description
CollisionCheck Returns or sets the collision check activation
CutcomMinimumAngle Returns or sets the cutter compensation minimum angle
CutcomMinimumMove Returns the cutter compensation minimum move builder (inheritable tool dep)
CutcomOutputContactPoint Returns or sets the cutter compensation output contact point status
CutcomOutputPlane Returns or sets the cutter compensation output plane status
CutcomType Returns or sets the cutter compensation type
DefaultRegionStartType Returns or sets the region start type
Engage Returns the engage settings
FinalRetract Returns the final retract settings
FinalSafeDistance Returns the final safe distance builder (inheritable tool dep)
FinalType Returns or sets the final type
InitialEngage Returns the initial engage settings
InitialSafeDistance Returns the initial safe distance builder (inheritable tool dep)
InitialType Returns or sets the initial type
NcmSmoothing Returns the non cutting smoothing
NumberOfThreads Returns or sets the number of threads
OverlapAngle Returns or sets the overlap angle
OverlapDistance Returns or sets the overlap distance
OverlapType Returns or sets the region start type
RegionStartAngle Returns or sets the region start angle
Retract Returns the retract settings
StartFromCenter Returns or sets the start from center
StartPointsEffectDistBuilder Returns the region start points effective distance builder (inheritable tool dep)
StartPointsUseEffectDist Returns or sets the start points use effective distance
SuppressCutcom Returns or sets the suppress cutter compensation
Tag Returns the Tag for this object.
TrackingData Returns or sets the tracking data (tracking point type)
TransferAvoidanceFrom Returns the from point builder
TransferAvoidanceGohome Returns the gohome point builder
TransferAvoidanceReturn Returns the return point builder
TransferAvoidanceStart Returns the start point builder
TransferBetweenRegions Returns the transfer between regions
TransferClearance Returns the clearance setting
TransferInitialFinal Returns the transfer settings for initial and final

Methods

Method Description
GetCustomizableItemBuilder Returns the customizable item builder for given customizable item name
GetCustomizableItemNames Returns the names for all customizable item ids
GetRegionStartPoints Returns region start points
SetRegionStartPoints Sets region start points
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Method Detail

Validate

NcmHoleDrilling.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.