NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Routing.WindCatcherBuilder Class Reference

Builder class for Wind Catcher feature. More...

Inheritance diagram for NXOpen.Routing.WindCatcherBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  WindCatcherType { Arc, Triangle }
 Specifies the type of Wind Catcher. More...
 

Public Member Functions

unsafe NXOpen.Routing.LineSegment GetClosestParentDuctSegment ()
 Returns the linear segment under the Parent Duct that is closest to the Wind Catcher. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Expression EndAngleExpression [get]
 Returns the angle in degrees between the wind direction vector and the open face of the Wind Catcher. More...
 
unsafe NXOpen.Routing.Stock ParentDuct [get, set]
 Returns or sets the duct from which the Wind Catcher derives the wind direction. More...
 
unsafe bool ReverseWindDirection [get, set]
 Returns or sets the flag that indicates whether the wind direction is reversed from its normal direction. More...
 
unsafe bool TrimToParentDuct [get, set]
 Returns or sets the flag that indicates whether the Wind Catcher's duct should be trimmed back to the top of the parent duct. More...
 
unsafe
NXOpen.Routing.WindCatcherBuilder.WindCatcherType 
Type [get, set]
 Returns or sets the type of Wind Catcher. More...
 
unsafe NXOpen.Routing.Stock WindCatcherDuct [get, set]
 Returns or sets the duct on which the Wind Catcher attaches. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Builder class for Wind Catcher feature.

See NXOpen.Routing.WindCatcher for the Wind Catcher class documentation.

To create a new instance of this class, use NXOpen.Routing.RouteManager.CreateWindCatcherBuilder

Created in NX8.5.0

Member Enumeration Documentation

Specifies the type of Wind Catcher.

Enumerator
Arc 
Triangle 

Member Function Documentation

unsafe NXOpen.Routing.LineSegment NXOpen.Routing.WindCatcherBuilder.GetClosestParentDuctSegment ( )
inline

Returns the linear segment under the Parent Duct that is closest to the Wind Catcher.

Created in NX8.5.0

License requirements: routing_hvac ("Routing HVAC")

Returns

Property Documentation

unsafe NXOpen.Expression NXOpen.Routing.WindCatcherBuilder.EndAngleExpression
get

Returns the angle in degrees between the wind direction vector and the open face of the Wind Catcher.

Created in NX8.5.0

License requirements: routing_hvac ("Routing HVAC")

unsafe NXOpen.Routing.Stock NXOpen.Routing.WindCatcherBuilder.ParentDuct
getset

Returns or sets the duct from which the Wind Catcher derives the wind direction.

Created in NX8.5.0

License requirements to get this property: routing_hvac ("Routing HVAC")

License requirements to set this property: routing_hvac ("Routing HVAC")

unsafe bool NXOpen.Routing.WindCatcherBuilder.ReverseWindDirection
getset

Returns or sets the flag that indicates whether the wind direction is reversed from its normal direction.

** The normal direction for the wind either matches the flow direction, if the parent stock ** is part of a Run, or matches the parent stock's segment direction from the start control point ** to the end control point.

Created in NX8.5.0

License requirements to get this property: routing_hvac ("Routing HVAC")

License requirements to set this property: routing_hvac ("Routing HVAC")

unsafe bool NXOpen.Routing.WindCatcherBuilder.TrimToParentDuct
getset

Returns or sets the flag that indicates whether the Wind Catcher's duct should be trimmed back to the top of the parent duct.

Created in NX8.5.0

License requirements to get this property: routing_hvac ("Routing HVAC")

License requirements to set this property: routing_hvac ("Routing HVAC")

unsafe NXOpen.Routing.WindCatcherBuilder.WindCatcherType NXOpen.Routing.WindCatcherBuilder.Type
getset

Returns or sets the type of Wind Catcher.

Created in NX8.5.0

License requirements to get this property: routing_hvac ("Routing HVAC")

License requirements to set this property: routing_hvac ("Routing HVAC")

unsafe NXOpen.Routing.Stock NXOpen.Routing.WindCatcherBuilder.WindCatcherDuct
getset

Returns or sets the duct on which the Wind Catcher attaches.

Created in NX8.5.0

License requirements to get this property: routing_hvac ("Routing HVAC")

License requirements to set this property: routing_hvac ("Routing HVAC")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.