NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Features.ShipDesign.OrientationRegionItemBuilder Class Reference

This class defines each region of the orientation. More...

Inheritance diagram for NXOpen.Features.ShipDesign.OrientationRegionItemBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OrientationMethodTypes {
  NormalToSurface, Orthogonal, LinearTwist, CubicTwist,
  AlongVector, PlanarAtAngle
}
 Settings to indicate how the web orientation is defined for this region. More...
 

Properties

unsafe
NXOpen.Features.ShipDesign.OrientationAngleMethodsBuilder 
AngleMethods [get]
 Returns the angle definition for the region's orientation. More...
 
unsafe
NXOpen.Features.ShipDesign.OrientationAngleMethodsBuilder 
EndAngleMethods [get]
 Returns the angle definition for the end of this region's orientation. More...
 
unsafe
NXOpen.Features.ShipDesign.OrientationPointMethodsBuilder 
EndPointMethods [get]
 Returns the boundary definition at the end of this region. More...
 
unsafe
NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes 
OrientationMethod [get, set]
 Returns or sets the orientation method used to define the direction of the web for this region. More...
 
unsafe
NXOpen.Features.ShipDesign.OrientationAngleMethodsBuilder 
StartAngleMethods [get]
 Returns the angle definition for the start of this region's orientation. More...
 
unsafe
NXOpen.Features.ShipDesign.OrientationPointMethodsBuilder 
StartPointMethods [get]
 Returns the boundary definition at the start of this region. 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class defines each region of the orientation.

To create a new instance of this class, use NXOpen.Features.ShipDesign.OrientationDefinitionBuilder.CreateNewRegion

Created in NX9.0.0

Member Enumeration Documentation

Settings to indicate how the web orientation is defined for this region.

Enumerator
NormalToSurface 

The web of the profile is aligned normal to the placement surface.

Optionally an angle from this normal can be specified.

Orthogonal 

The web of the profile is aligned along the closest orthogonal direction to the placement surface normal.

Optionally an angle from this direction can be specified.

LinearTwist 

The web of the profile moves from a starting orientation to an ending orientation in a linear fashion.

CubicTwist 

The web of the profile moves from a starting orientation to an ending orientation in a cubic fashion.

AlongVector 

The web of the profile is aligned along the specified vector.

Optionally an angle from this direction can be specified.

PlanarAtAngle 

The web of the profile is planar with respect to the defined direction.

Optionally an angle from this direction can be specified.

Property Documentation

unsafe NXOpen.Features.ShipDesign.OrientationAngleMethodsBuilder NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.AngleMethods
get
unsafe NXOpen.Features.ShipDesign.OrientationAngleMethodsBuilder NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.EndAngleMethods
get

Returns the angle definition for the end of this region's orientation.

Only used when OrientationMethod is Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes.LinearTwist , of Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes.CubicTwist .

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.OrientationPointMethodsBuilder NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.EndPointMethods
get

Returns the boundary definition at the end of this region.

Note this is NULL for the last region. The object output is the same as the start of the following region.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethod
getset

Returns or sets the orientation method used to define the direction of the web for this region.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")

unsafe NXOpen.Features.ShipDesign.OrientationAngleMethodsBuilder NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.StartAngleMethods
get

Returns the angle definition for the start of this region's orientation.

Only used when OrientationMethod is Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes.LinearTwist , of Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes.CubicTwist .

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.ShipDesign.OrientationPointMethodsBuilder NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.StartPointMethods
get

Returns the boundary definition at the start of this region.

Note this is NULL for the first region. The object output is the same as the end of the previous region.

Created in NX9.0.0

License requirements: None.


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