Class AlongPathPattern
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)
Namespace: NXOpen.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class AlongPathPattern : TaggedObject, IMessageSink, IComponentBuilder
Constructors
AlongPathPattern()
Declaration
protected AlongPathPattern()
Properties
UseYDirectionToggle
Declaration
public bool UseYDirectionToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
XOnPathSpacing
Declaration
public OnPathDistancePatternSpacing XOnPathSpacing { get; }
Property Value
Type | Description |
---|---|
OnPathDistancePatternSpacing |
XPath
Declaration
public Section XPath { get; set; }
Property Value
Type | Description |
---|---|
Section |
XPathOption
Declaration
public AlongPathPattern.PathOptions XPathOption { get; set; }
Property Value
Type | Description |
---|---|
AlongPathPattern.PathOptions |
YDirection
Declaration
public Direction YDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
YDirectionOption
Declaration
public AlongPathPattern.YDirectionOptions YDirectionOption { get; set; }
Property Value
Type | Description |
---|---|
AlongPathPattern.YDirectionOptions |
YOnPathSpacing
Declaration
public OnPathDistancePatternSpacing YOnPathSpacing { get; }
Property Value
Type | Description |
---|---|
OnPathDistancePatternSpacing |
YPath
Declaration
public Section YPath { get; set; }
Property Value
Type | Description |
---|---|
Section |
YPathOption
Declaration
public AlongPathPattern.PathOptions YPathOption { get; set; }
Property Value
Type | Description |
---|---|
AlongPathPattern.PathOptions |
YSpacing
Declaration
public DistancePatternSpacing YSpacing { get; }
Property Value
Type | Description |
---|---|
DistancePatternSpacing |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink