LocationWithDir Class¶
-
class
NXOpen.CAE.Connections.LocationWithDir¶ Bases:
NXOpen.CAE.Connections.LocationLocation With Direction interface. This defines connection locations with direction.
To obtain an instance of this object use the AddLocationWithDirection creators on the Connections
New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| DirectionPoint | Returns or sets the point of the direction definition end point. |
| DirectionType | Returns the direction type |
| DirectionValue | Returns the direction value |
| DirectionVector | Returns or sets the direction definition vector |
| Point | Returns or sets the point of the direction definition start point. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| GetXyzCoordinates | Gets the coordinates from the specified location. |
Property Detail¶
DirectionPoint¶
-
LocationWithDir.DirectionPoint¶ Returns or sets the point of the direction definition end point.
-------------------------------------Getter Method
Signature
DirectionPointReturns: Return type: NXOpen.PointNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
DirectionPointParameters: direction ( NXOpen.Point) –New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
DirectionType¶
-
LocationWithDir.DirectionType¶ Returns the direction type
-------------------------------------Getter Method
Signature
DirectionTypeReturns: Direction type Return type: NXOpen.CAE.Connections.LocationDirectionTypeNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
DirectionValue¶
-
LocationWithDir.DirectionValue¶ Returns the direction value
-------------------------------------Getter Method
Signature
DirectionValueReturns: Return type: NXOpen.Vector3dNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
DirectionVector¶
-
LocationWithDir.DirectionVector¶ Returns or sets the direction definition vector
-------------------------------------Getter Method
Signature
DirectionVectorReturns: Return type: NXOpen.DirectionNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
DirectionVectorParameters: direction ( NXOpen.Direction) –New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Point¶
-
LocationWithDir.Point¶ Returns or sets the point of the direction definition start point.
-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.PointNew in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
-------------------------------------Setter Method
Signature
PointParameters: point ( NXOpen.Point) –New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)