Class HandrailBuilder
Inheritance
System.Object
System.MarshalByRefObject
HandrailBuilder
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.Routing
Assembly: NXOpen.dll
Syntax
public class HandrailBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
HandrailBuilder()
Declaration
protected HandrailBuilder()
Properties
AutoCloseOption
Declaration
public bool AutoCloseOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasHorizontalRails
Declaration
public bool HasHorizontalRails { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PostType
Declaration
public HandrailBuilder.PostTypes PostType { get; set; }
Property Value
Type | Description |
---|---|
HandrailBuilder.PostTypes |
Methods
PlaceHandrail(Point3d)
Declaration
public void PlaceHandrail(Point3d postLocation)
Parameters
Type | Name | Description |
---|---|---|
Point3d | postLocation |
ReverseLastPost()
Declaration
public void ReverseLastPost()
SetHandrailPartCharx(CharacteristicList)
Declaration
public void SetHandrailPartCharx(CharacteristicList partCharx)
Parameters
Type | Name | Description |
---|---|---|
CharacteristicList | partCharx |
Implements
System.Runtime.Remoting.Messaging.IMessageSink