Class WindCatcherBuilder
Inheritance
WindCatcherBuilder
Assembly: NXOpen.dll
Syntax
public class WindCatcherBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
WindCatcherBuilder()
Declaration
protected WindCatcherBuilder()
Properties
EndAngleExpression
Declaration
public Expression EndAngleExpression { get; }
Property Value
ParentDuct
Declaration
public Stock ParentDuct { get; set; }
Property Value
ReverseWindDirection
Declaration
public bool ReverseWindDirection { get; set; }
Property Value
TrimToParentDuct
Declaration
public bool TrimToParentDuct { get; set; }
Property Value
Type
Declaration
public WindCatcherBuilder.WindCatcherType Type { get; set; }
Property Value
WindCatcherDuct
Declaration
public Stock WindCatcherDuct { get; set; }
Property Value
Methods
GetClosestParentDuctSegment()
Declaration
public LineSegment GetClosestParentDuctSegment()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink