HeadImpactUpperRoofDetailBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.HeadImpactUpperRoofDetailBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.VehicleDesign.HeadImpactUpperRoofDetailBuilder.This is an abstract class and cannot be instantiated.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| CreateGeometry | Returns or sets the create construction geometry flag. |
| D1 | Returns the calculated horizontal distance between plane A and plane B. |
| D2 | Returns the calculated horizontal distance between plane C and plane D. |
| PointA | Returns or sets the point A additional geometry. |
| PointAFlag | Returns or sets the point A additional geometry flag. |
| PointB | Returns or sets the point B additional geometry. |
| PointBFlag | Returns or sets the point B additional geometry flag. |
| PointC | Returns or sets the point C additional geometry. |
| PointCFlag | Returns or sets the point C additional geometry flag. |
| PointD | Returns or sets the point D additional geometry. |
| PointDFlag | Returns or sets the point D additional geometry flag. |
| PointM | Returns or sets the point M alternative point. |
| PointMFlag | Returns or sets the point M alternative point flag. |
| ReqVerticalMax | Returns the vertical maximum required approach angle. |
| ReqVerticalMin | Returns the vertical minimum required approach angle. |
| RoofOffset | Returns the offset used to position point C and point D. |
| RoofRatio | Returns the ratio used to locate planes E, F, G, and H. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
CreateGeometry¶
-
HeadImpactUpperRoofDetailBuilder.CreateGeometry¶ Returns or sets the create construction geometry flag.
-------------------------------------Getter Method
Signature
CreateGeometryReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateGeometryParameters: createGeometry (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
D1¶
-
HeadImpactUpperRoofDetailBuilder.D1¶ Returns the calculated horizontal distance between plane A and plane B.
-------------------------------------Getter Method
Signature
D1Returns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
D2¶
-
HeadImpactUpperRoofDetailBuilder.D2¶ Returns the calculated horizontal distance between plane C and plane D.
-------------------------------------Getter Method
Signature
D2Returns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
PointA¶
-
HeadImpactUpperRoofDetailBuilder.PointA¶ Returns or sets the point A additional geometry.
-------------------------------------Getter Method
Signature
PointAReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointAParameters: pointA ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointAFlag¶
-
HeadImpactUpperRoofDetailBuilder.PointAFlag¶ Returns or sets the point A additional geometry flag.
-------------------------------------Getter Method
Signature
PointAFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointAFlagParameters: pointAFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointB¶
-
HeadImpactUpperRoofDetailBuilder.PointB¶ Returns or sets the point B additional geometry.
-------------------------------------Getter Method
Signature
PointBReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointBParameters: pointB ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointBFlag¶
-
HeadImpactUpperRoofDetailBuilder.PointBFlag¶ Returns or sets the point B additional geometry flag.
-------------------------------------Getter Method
Signature
PointBFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointBFlagParameters: pointBFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointC¶
-
HeadImpactUpperRoofDetailBuilder.PointC¶ Returns or sets the point C additional geometry.
-------------------------------------Getter Method
Signature
PointCReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointCParameters: pointC ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointCFlag¶
-
HeadImpactUpperRoofDetailBuilder.PointCFlag¶ Returns or sets the point C additional geometry flag.
-------------------------------------Getter Method
Signature
PointCFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointCFlagParameters: pointCFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointD¶
-
HeadImpactUpperRoofDetailBuilder.PointD¶ Returns or sets the point D additional geometry.
-------------------------------------Getter Method
Signature
PointDReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointDParameters: pointD ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointDFlag¶
-
HeadImpactUpperRoofDetailBuilder.PointDFlag¶ Returns or sets the point D additional geometry flag.
-------------------------------------Getter Method
Signature
PointDFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointDFlagParameters: pointDFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointM¶
-
HeadImpactUpperRoofDetailBuilder.PointM¶ Returns or sets the point M alternative point.
-------------------------------------Getter Method
Signature
PointMReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointMParameters: pointM ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
PointMFlag¶
-
HeadImpactUpperRoofDetailBuilder.PointMFlag¶ Returns or sets the point M alternative point flag.
-------------------------------------Getter Method
Signature
PointMFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointMFlagParameters: pointMFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
ReqVerticalMax¶
-
HeadImpactUpperRoofDetailBuilder.ReqVerticalMax¶ Returns the vertical maximum required approach angle.
-------------------------------------Getter Method
Signature
ReqVerticalMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqVerticalMin¶
-
HeadImpactUpperRoofDetailBuilder.ReqVerticalMin¶ Returns the vertical minimum required approach angle.
-------------------------------------Getter Method
Signature
ReqVerticalMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
RoofOffset¶
-
HeadImpactUpperRoofDetailBuilder.RoofOffset¶ Returns the offset used to position point C and point D.
-------------------------------------Getter Method
Signature
RoofOffsetReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
RoofRatio¶
-
HeadImpactUpperRoofDetailBuilder.RoofRatio¶ Returns the ratio used to locate planes E, F, G, and H.
-------------------------------------Getter Method
Signature
RoofRatioReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
HeadImpactUpperRoofDetailBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.