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

Represents the Probe Calibrate Stylus Move Builder More...

Inheritance diagram for NXOpen.CAM.ProbeCalibrateStylusMoveBuilder:
NXOpen.CAM.MoveBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CalibrateStylusType { Offsets, Radius, VectorRadius }
 the stylus calibration types More...
 
enum  Depth { Midpoint, Specify }
 the depth types More...
 
enum  Geometry { Cylinder, Point }
 the geometry types More...
 
- Public Types inherited from NXOpen.CAM.MoveBuilder
enum  Feed { Motion, Custom }
 the feed Type More...
 
enum  Motion {
  Rapid = 1, Engage, Cut, Stepover,
  Retract, Approach, Traversal, Departure,
  Return, FirstCut, LastCut, Crossover
}
 the motion Type More...
 

Properties

unsafe NXOpen.NXObject ArcVector [get, set]
 Returns or sets the arc vector defining the cylinder to probe More...
 
unsafe double CalibrationDepth [get, set]
 Returns or sets the calibration depth More...
 
unsafe NXOpen.CAM.ExpressionDouble CalibrationDepthBuilder [get]
 Returns the calibration depth builder More...
 
unsafe
NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.CalibrateStylusType 
CalibrationType [get, set]
 Returns or sets the calibration type More...
 
unsafe NXOpen.NXObject Cylinder [get, set]
 Returns or sets the cylinder to probe More...
 
unsafe
NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Depth 
DepthType [get, set]
 Returns or sets the depth type More...
 
unsafe double Diameter [get, set]
 Returns or sets the diameter defining the cylinder to probe More...
 
unsafe NXOpen.CAM.ExpressionDouble DiameterBuilder [get]
 Returns the diameter builder More...
 
unsafe
NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Geometry 
GeometryType [get, set]
 Returns or sets the geometry type More...
 
unsafe bool OutputWorkOffset [get, set]
 Returns or sets the option to output the work offset to update More...
 
unsafe NXOpen.Point Point [get, set]
 Returns or sets the point defining the cylinder to probe More...
 
unsafe NXOpen.CAM.ReferencePoint PointBuilder [get]
 Returns the reference point builder More...
 
unsafe
NXOpen.CAM.ProbeProtectedParametersBuilder 
ProbeProtectedParameters [get]
 Returns the probe protected parameters builder More...
 
unsafe int WorkOffset [get, set]
 Returns or sets the work offset to update More...
 
- Properties inherited from NXOpen.CAM.MoveBuilder
unsafe double FeedRate [get, set]
 Returns or sets the feed rate More...
 
unsafe NXOpen.CAM.MoveBuilder.Feed FeedType [get, set]
 Returns or sets the feed type More...
 
unsafe NXOpen.CAM.FeedRateUnit FeedUnit [get, set]
 Returns or sets the feed unit More...
 
unsafe
NXOpen.CAM.MoveBuilder.Motion 
MotionType [get, set]
 Returns or sets the motion type More...
 
unsafe int NumberOfUserParameters [get]
 Returns the number of user parameters More...
 
unsafe bool ProtectedMove [get, set]
 Returns or sets the protected move status More...
 
unsafe string SubopLabel [get, set]
 Returns or sets the subop label 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 Member Functions inherited from NXOpen.CAM.MoveBuilder
unsafe NXOpen.CAM.UdeParameter GetUserParameter (string parameterName)
 Returns the custom parameter with the given name. More...
 
unsafe NXOpen.CAM.UdeParameter GetUserParameter (int index)
 Returns the parameter at the input index. More...
 
unsafe void SetParent (NXOpen.CAM.CAMObject parent)
 Set parent 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 Probe Calibrate Stylus Move Builder

To create a new instance of this class, use NXOpen.CAM.MoveCollection.CreateProbeCalibrateStylusMoveBuilder

Created in NX5.0.0

Member Enumeration Documentation

the stylus calibration types

Enumerator
Offsets 

Stylus offsets

Radius 

Stylus ball radius

VectorRadius 

Stylus vector ball radius

the depth types

Enumerator
Midpoint 

Midpoint of cylinder

Specify 

Specify distance

the geometry types

Enumerator
Cylinder 

Cylinder

Point 

Point

Property Documentation

unsafe NXOpen.NXObject NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.ArcVector
getset

Returns or sets the arc vector defining the cylinder to probe

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.CalibrationDepth
getset

Returns or sets the calibration depth

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.ExpressionDouble NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.CalibrationDepthBuilder
get

Returns the calibration depth builder

Created in NX12.0.1

License requirements: None.

unsafe NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.CalibrateStylusType NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.CalibrationType
getset

Returns or sets the calibration type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXObject NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Cylinder
getset

Returns or sets the cylinder to probe

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Depth NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.DepthType
getset

Returns or sets the depth type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Diameter
getset

Returns or sets the diameter defining the cylinder to probe

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.ExpressionDouble NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.DiameterBuilder
get

Returns the diameter builder

Created in NX12.0.1

License requirements: None.

unsafe NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Geometry NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.GeometryType
getset

Returns or sets the geometry type

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.OutputWorkOffset
getset

Returns or sets the option to output the work offset to update

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.Point
getset

Returns or sets the point defining the cylinder to probe

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAM.ReferencePoint NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.PointBuilder
get

Returns the reference point builder

Created in NX12.0.1

License requirements: None.

unsafe NXOpen.CAM.ProbeProtectedParametersBuilder NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.ProbeProtectedParameters
get

Returns the probe protected parameters builder

Created in NX5.0.0

License requirements: None.

unsafe int NXOpen.CAM.ProbeCalibrateStylusMoveBuilder.WorkOffset
getset

Returns or sets the work offset to update

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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