Class JointmarkGuideBuilder
Inheritance
System.Object
System.MarshalByRefObject
JointmarkGuideBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class JointmarkGuideBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
JointmarkGuideBuilder()
Declaration
protected JointmarkGuideBuilder()
Properties
EndDistance
Declaration
public OnPathDimensionBuilder EndDistance { get; }
Property Value
ExtendOffset
Declaration
public bool ExtendOffset { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GuideCurve
Declaration
public Section GuideCurve { get; set; }
Property Value
LocationOption
Declaration
public JointmarkGuideBuilder.Location LocationOption { get; set; }
Property Value
NumberOfPoints
Declaration
public int NumberOfPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OffsetDistance
Declaration
public Expression OffsetDistance { get; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Section1
Declaration
public Section Section1 { get; }
Property Value
Section2
Declaration
public Section Section2 { get; }
Property Value
Section3
Declaration
public Section Section3 { get; }
Property Value
Section4
Declaration
public Section Section4 { get; }
Property Value
Spacing
Declaration
public Expression Spacing { get; }
Property Value
SpacingMethod
Declaration
public JointmarkGuideBuilder.SpaceMethod SpacingMethod { get; set; }
Property Value
SpacingOption
Declaration
public JointmarkGuideBuilder.SpaceOption SpacingOption { get; set; }
Property Value
StartDistance
Declaration
public OnPathDimensionBuilder StartDistance { get; }
Property Value
Methods
CreateGuideCurves()
Declaration
public void CreateGuideCurves()
GetGuideCurves(out ICurve[], out NXObject[])
Declaration
public void GetGuideCurves(out ICurve[] guideCurves, out NXObject[] instanceGuideCurves)
Parameters
Type |
Name |
Description |
ICurve[] |
guideCurves |
|
NXObject[] |
instanceGuideCurves |
|
RediscoverGuideEnds()
Declaration
public void RediscoverGuideEnds()
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink