Class AlongPathPattern
Inheritance
AlongPathPattern
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
XOnPathSpacing
Declaration
public OnPathDistancePatternSpacing XOnPathSpacing { get; }
Property Value
XPath
Declaration
public Section XPath { get; set; }
Property Value
XPathOption
Declaration
public AlongPathPattern.PathOptions XPathOption { get; set; }
Property Value
YDirection
Declaration
public Direction YDirection { get; set; }
Property Value
YDirectionOption
Declaration
public AlongPathPattern.YDirectionOptions YDirectionOption { get; set; }
Property Value
YOnPathSpacing
Declaration
public OnPathDistancePatternSpacing YOnPathSpacing { get; }
Property Value
YPath
Declaration
public Section YPath { get; set; }
Property Value
YPathOption
Declaration
public AlongPathPattern.PathOptions YPathOption { get; set; }
Property Value
YSpacing
Declaration
public DistancePatternSpacing YSpacing { get; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink