Class DuctReinforcementBuilder
Inheritance
System.Object
System.MarshalByRefObject
DuctReinforcementBuilder
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 DuctReinforcementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DuctReinforcementBuilder()
Declaration
protected DuctReinforcementBuilder()
Properties
IntervalExpression
Declaration
public Expression IntervalExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
MinimumClearance
Declaration
public OnPathDimensionBuilder MinimumClearance { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
NumberOfPairs
Declaration
public int NumberOfPairs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParallelReinforcement
Declaration
public PathStockBuilder ParallelReinforcement { get; set; }
Property Value
Type | Description |
---|---|
PathStockBuilder |
ParentDuct
Declaration
public SelectStock ParentDuct { get; }
Property Value
Type | Description |
---|---|
SelectStock |
PathCurve
Declaration
public Curve PathCurve { get; }
Property Value
Type | Description |
---|---|
Curve |
PerpendicularReinforcement
Declaration
public PathStockBuilder PerpendicularReinforcement { get; set; }
Property Value
Type | Description |
---|---|
PathStockBuilder |
ReinforcementType
Declaration
public DuctReinforcementBuilder.ReinforcementTypes ReinforcementType { get; set; }
Property Value
Type | Description |
---|---|
DuctReinforcementBuilder.ReinforcementTypes |
SpacingExpression
Declaration
public Expression SpacingExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
UpdatePathCurve()
Declaration
public void UpdatePathCurve()
Implements
System.Runtime.Remoting.Messaging.IMessageSink