NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.CAM.InspectionScanHelixBuilder Class Reference

Represents the builder for the CMM Inspection sub-operation Scan Helix. More...

Inheritance diagram for NXOpen.CAM.InspectionScanHelixBuilder:
NXOpen.CAM.InspectionMoveBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe
NXOpen.CAM.InheritableDoubleBuilder 
ApproachDist [get]
 Returns the builder for approach distance More...
 
unsafe double DepthDistance [get, set]
 Returns or sets the depth distance More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.DepthMethodTypes 
DepthMethod [get, set]
 Returns or sets the depth method More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
EndDistance [get]
 Returns the End Distance of the Scan Helix More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
EndPercentage [get]
 Returns the End Percentage of the Scan Helix More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
Pitch [get]
 Returns the pitch of the Scan Helix More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
RetractDist [get]
 Returns the builder for retract distance More...
 
unsafe bool Reversedirection [get, set]
 Returns or sets the Reverse Direction flag on the Helix More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
Revolutions [get]
 Returns the revolutions of the Scan Helix More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.ScanModeTypes 
ScanModeType [get, set]
 Returns or sets the 3,5 axis mode type More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
ScanSpeed [get]
 Returns the builder for scan speed More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
StartDistance [get]
 Returns the Start Distance of the Scan Helix More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.UVModeTypes 
StartEndMode [get, set]
 Returns or sets the start/end mode More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
StartPercentage [get]
 Returns the Start Percentage of the Scan Helix More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
StepSize [get]
 Returns the builder for step size More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
Sweep [get]
 Returns the sweep of the Scan Helix More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.ScanHelixTurnDirectionTypes 
TurnDirection [get, set]
 Returns or sets the turn direction type More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.ScanHelixTurnTypes 
TurnType [get, set]
 Returns or sets the turn type More...
 
- Properties inherited from NXOpen.CAM.InspectionMoveBuilder
unsafe double AngleA [get, set]
 Returns or sets the A angle for an indexable head More...
 
unsafe double AngleB [get, set]
 Returns or sets the B angle for an indexable head More...
 
unsafe double ApproachDistance [get, set]
 Returns or sets the approach distance More...
 
unsafe
NXOpen.CAM.MoveBuilder.Motion 
MotionType [get, set]
 Returns or sets the motion type More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.ProbeTipTypes 
ProbeTipType [get, set]
 Returns or sets the preferred probe tip type More...
 
unsafe
NXOpen.CAM.InspectionProbeTipTypeBuilder 
ProbeTipTypeBuilder [get]
 Returns the Probe Tip Type Builder More...
 
unsafe double RetractDistance [get, set]
 Returns or sets the retract distance More...
 
unsafe string SensorOpName [get, set]
 Returns or sets the inspection sensor operation name More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.SensorStrategyTypes 
SensorStrategy [get, set]
 Returns or sets the sensor selection strategy More...
 
unsafe
NXOpen.CAM.InspectionSensorStrategyBuilder 
SensorStrategyBuilder [get]
 Returns the Sensor Strategy Enum Builder More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.TipAngleTypes 
TipAngleMode [get, set]
 Returns or sets the tip angle selection mode More...
 
unsafe
NXOpen.CAM.InspectionMoveBuilder.TipModeTypes 
TipMode [get, set]
 Returns or sets the probe tip selection mode More...
 
unsafe int TipNumber [get, set]
 Returns or sets the probe tip number More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.CAM.InspectionMoveBuilder
enum  DepthMethodTypes {
  Auto = -1, Distance, FromFeatureNominal, FromFeatureActual,
  FromDatum
}
 the depth method More...
 
enum  ProbeTipTypes { Any = -1, Sphere, Cylinder, Disk }
 the preferred probe tip type More...
 
enum  SensorStrategyTypes { CreateAsNeeded, UseExisting }
 the sensor selection strategy More...
 
enum  TipAngleTypes { Auto, Specify, Existing }
 the tip angle selection mode More...
 
enum  TipModeTypes { Auto, Specify, Existing }
 the tip selection mode More...
 
- Public Member Functions inherited from NXOpen.CAM.InspectionMoveBuilder
unsafe void LockMove (bool @lock)
 Set lock to prevent move parameters from being changed programmatically. More...
 
unsafe void SetParent (NXOpen.CAM.CAMObject parent)
 Set parent More...
 
unsafe void SetProbeAngles ()
 Set default values for probe angles based on feature type. More...
 
unsafe void SetProbeTip ()
 Set default probe tip based on preferred tip type and probe angles. More...
 
unsafe void SetSibling (NXOpen.CAM.CAMObject sibling)
 Set sibling More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the builder for the CMM Inspection sub-operation Scan Helix.

To create a new instance of this class, use NXOpen.CAM.InspectionMoveCollection.CreateInspectionScanHelixBuilder

Created in NX8.5.0

Property Documentation

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.ApproachDist
get

Returns the builder for approach distance

Created in NX9.0.2

License requirements: None.

unsafe double NXOpen.CAM.InspectionScanHelixBuilder.DepthDistance
getset

Returns or sets the depth distance

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMoveBuilder.DepthMethodTypes NXOpen.CAM.InspectionScanHelixBuilder.DepthMethod
getset

Returns or sets the depth method

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.EndDistance
get

Returns the End Distance of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.EndPercentage
get

Returns the End Percentage of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.Pitch
get

Returns the pitch of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.RetractDist
get

Returns the builder for retract distance

Created in NX9.0.2

License requirements: None.

unsafe bool NXOpen.CAM.InspectionScanHelixBuilder.Reversedirection
getset

Returns or sets the Reverse Direction flag on the Helix

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.Revolutions
get

Returns the revolutions of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InspectionMethodBuilder.ScanModeTypes NXOpen.CAM.InspectionScanHelixBuilder.ScanModeType
getset

Returns or sets the 3,5 axis mode type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.ScanSpeed
get

Returns the builder for scan speed

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.StartDistance
get

Returns the Start Distance of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InspectionMethodBuilder.UVModeTypes NXOpen.CAM.InspectionScanHelixBuilder.StartEndMode
getset

Returns or sets the start/end mode

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.StartPercentage
get

Returns the Start Percentage of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.StepSize
get

Returns the builder for step size

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.CAM.InheritableDoubleBuilder NXOpen.CAM.InspectionScanHelixBuilder.Sweep
get

Returns the sweep of the Scan Helix

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAM.InspectionMethodBuilder.ScanHelixTurnDirectionTypes NXOpen.CAM.InspectionScanHelixBuilder.TurnDirection
getset

Returns or sets the turn direction type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMethodBuilder.ScanHelixTurnTypes NXOpen.CAM.InspectionScanHelixBuilder.TurnType
getset

Returns or sets the turn type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.