HeadImpactAPillarDetailBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.HeadImpactAPillarDetailBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.VehicleDesign.HeadImpactAPillarDetailBuilder.This is an abstract class and cannot be instantiated.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| AP1Left | Returns or sets the left AP1 alternative point. |
| AP1LeftFlag | Returns or sets the left AP1 alternative point flag. |
| AP1Right | Returns or sets the right AP1 alternative point. |
| AP1RightFlag | Returns or sets the right AP1 alternative point flag. |
| AP2Left | Returns or sets the left AP2 alternative point. |
| AP2LeftFlag | Returns or sets the left AP2 alternative point flag. |
| AP2Offset | Returns the offset used to position AP2. |
| AP2Right | Returns or sets the right AP2 alternative point. |
| AP2RightFlag | Returns or sets the right AP2 alternative point flag. |
| AP3Left | Returns or sets the left AP3 alternative point. |
| AP3LeftFlag | Returns or sets the left AP3 alternative point flag. |
| AP3Right | Returns or sets the right AP3 alternative point. |
| AP3RightFlag | Returns or sets the right AP3 alternative point flag. |
| CreateGeometry | Returns or sets the create construction geometry flag. |
| HorizontalLeftMax | Returns the left horizontal maximum required approach angle calculated value. |
| HorizontalLeftMin | Returns the left horizontal minimum required approach angle calculated value. |
| HorizontalRightMax | Returns the right horizontal maximum required approach angle calculated value. |
| HorizontalRightMin | Returns the right horizontal minimum required approach angle calculated value. |
| Line1Left | Returns or sets the left Line 1 additional geometry. |
| Line1LeftFlag | Returns or sets the left Line 1 additional geometry flag. |
| Line1Right | Returns or sets the right Line 1 additional geometry. |
| Line1RightFlag | Returns or sets the right Line 1 additional geometry flag. |
| MeasurementMethod | Returns or sets the measurement method used to position point 1. |
| Plane1Left | Returns or sets the left Plane 1 additional geometry. |
| Plane1LeftFlag | Returns or sets the left Plane 1 additional geometry flag. |
| Plane1Right | Returns or sets the right Plane 1 additional geometry. |
| Plane1RightFlag | Returns or sets the right Plane 1 additional geometry flag. |
| Plane5Left | Returns or sets the left Plane 5 additional geometry. |
| Plane5LeftFlag | Returns or sets the left Plane 5 additional geometry flag. |
| Plane5Right | Returns or sets the right Plane 5 additional geometry. |
| Plane5RightFlag | Returns or sets the right Plane 5 additional geometry flag. |
| Point1Offset | Returns the offset used to position point 1. |
| Point2Offset | Returns the offset used to position point 2. |
| ReqHorizontalLeftMax | Returns the left horizontal maximum required approach angle. |
| ReqHorizontalLeftMin | Returns the left horizontal minimum required approach angle. |
| ReqHorizontalRightMax | Returns the right horizontal maximum required approach angle. |
| ReqHorizontalRightMin | Returns the right horizontal minimum required approach angle. |
| ReqVerticalMax | Returns the vertical maximum required approach angle. |
| ReqVerticalMin | Returns the vertical minimum required approach angle. |
| 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. |
Enumerations¶
| HeadImpactAPillarDetailBuilderMeasurementMethodType Enumeration | Represents the measurement methods used to position point 1. |
Property Detail¶
AP1Left¶
-
HeadImpactAPillarDetailBuilder.AP1Left¶ Returns or sets the left AP1 alternative point.
-------------------------------------Getter Method
Signature
AP1LeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP1LeftParameters: ap1Left ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP1LeftFlag¶
-
HeadImpactAPillarDetailBuilder.AP1LeftFlag¶ Returns or sets the left AP1 alternative point flag.
-------------------------------------Getter Method
Signature
AP1LeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP1LeftFlagParameters: ap1LeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP1Right¶
-
HeadImpactAPillarDetailBuilder.AP1Right¶ Returns or sets the right AP1 alternative point.
-------------------------------------Getter Method
Signature
AP1RightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP1RightParameters: ap1Right ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP1RightFlag¶
-
HeadImpactAPillarDetailBuilder.AP1RightFlag¶ Returns or sets the right AP1 alternative point flag.
-------------------------------------Getter Method
Signature
AP1RightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP1RightFlagParameters: ap1RightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP2Left¶
-
HeadImpactAPillarDetailBuilder.AP2Left¶ Returns or sets the left AP2 alternative point.
-------------------------------------Getter Method
Signature
AP2LeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP2LeftParameters: ap2Left ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP2LeftFlag¶
-
HeadImpactAPillarDetailBuilder.AP2LeftFlag¶ Returns or sets the left AP2 alternative point flag.
-------------------------------------Getter Method
Signature
AP2LeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP2LeftFlagParameters: ap2LeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP2Offset¶
-
HeadImpactAPillarDetailBuilder.AP2Offset¶ Returns the offset used to position AP2.
-------------------------------------Getter Method
Signature
AP2OffsetReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
AP2Right¶
-
HeadImpactAPillarDetailBuilder.AP2Right¶ Returns or sets the right AP2 alternative point.
-------------------------------------Getter Method
Signature
AP2RightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP2RightParameters: ap2Right ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP2RightFlag¶
-
HeadImpactAPillarDetailBuilder.AP2RightFlag¶ Returns or sets the right AP2 alternative point flag.
-------------------------------------Getter Method
Signature
AP2RightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP2RightFlagParameters: ap2RightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP3Left¶
-
HeadImpactAPillarDetailBuilder.AP3Left¶ Returns or sets the left AP3 alternative point.
-------------------------------------Getter Method
Signature
AP3LeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP3LeftParameters: ap3Left ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP3LeftFlag¶
-
HeadImpactAPillarDetailBuilder.AP3LeftFlag¶ Returns or sets the left AP3 alternative point flag.
-------------------------------------Getter Method
Signature
AP3LeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP3LeftFlagParameters: ap3LeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP3Right¶
-
HeadImpactAPillarDetailBuilder.AP3Right¶ Returns or sets the right AP3 alternative point.
-------------------------------------Getter Method
Signature
AP3RightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP3RightParameters: ap3Right ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
AP3RightFlag¶
-
HeadImpactAPillarDetailBuilder.AP3RightFlag¶ Returns or sets the right AP3 alternative point flag.
-------------------------------------Getter Method
Signature
AP3RightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AP3RightFlagParameters: ap3RightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
CreateGeometry¶
-
HeadImpactAPillarDetailBuilder.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”)
HorizontalLeftMax¶
-
HeadImpactAPillarDetailBuilder.HorizontalLeftMax¶ Returns the left horizontal maximum required approach angle calculated value.
-------------------------------------Getter Method
Signature
HorizontalLeftMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
HorizontalLeftMin¶
-
HeadImpactAPillarDetailBuilder.HorizontalLeftMin¶ Returns the left horizontal minimum required approach angle calculated value.
-------------------------------------Getter Method
Signature
HorizontalLeftMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
HorizontalRightMax¶
-
HeadImpactAPillarDetailBuilder.HorizontalRightMax¶ Returns the right horizontal maximum required approach angle calculated value.
-------------------------------------Getter Method
Signature
HorizontalRightMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
HorizontalRightMin¶
-
HeadImpactAPillarDetailBuilder.HorizontalRightMin¶ Returns the right horizontal minimum required approach angle calculated value.
-------------------------------------Getter Method
Signature
HorizontalRightMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Line1Left¶
-
HeadImpactAPillarDetailBuilder.Line1Left¶ Returns or sets the left Line 1 additional geometry.
-------------------------------------Getter Method
Signature
Line1LeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Line1LeftParameters: line1Left ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Line1LeftFlag¶
-
HeadImpactAPillarDetailBuilder.Line1LeftFlag¶ Returns or sets the left Line 1 additional geometry flag.
-------------------------------------Getter Method
Signature
Line1LeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Line1LeftFlagParameters: line1LeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Line1Right¶
-
HeadImpactAPillarDetailBuilder.Line1Right¶ Returns or sets the right Line 1 additional geometry.
-------------------------------------Getter Method
Signature
Line1RightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Line1RightParameters: line1Right ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Line1RightFlag¶
-
HeadImpactAPillarDetailBuilder.Line1RightFlag¶ Returns or sets the right Line 1 additional geometry flag.
-------------------------------------Getter Method
Signature
Line1RightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Line1RightFlagParameters: line1RightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
MeasurementMethod¶
-
HeadImpactAPillarDetailBuilder.MeasurementMethod¶ Returns or sets the measurement method used to position point 1.
-------------------------------------Getter Method
Signature
MeasurementMethodReturns: Return type: NXOpen.Features.VehicleDesign.HeadImpactAPillarDetailBuilderMeasurementMethodTypeNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MeasurementMethodParameters: measurementMethod ( NXOpen.Features.VehicleDesign.HeadImpactAPillarDetailBuilderMeasurementMethodType) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane1Left¶
-
HeadImpactAPillarDetailBuilder.Plane1Left¶ Returns or sets the left Plane 1 additional geometry.
-------------------------------------Getter Method
Signature
Plane1LeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane1LeftParameters: plane1Left ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane1LeftFlag¶
-
HeadImpactAPillarDetailBuilder.Plane1LeftFlag¶ Returns or sets the left Plane 1 additional geometry flag.
-------------------------------------Getter Method
Signature
Plane1LeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane1LeftFlagParameters: plane1LeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane1Right¶
-
HeadImpactAPillarDetailBuilder.Plane1Right¶ Returns or sets the right Plane 1 additional geometry.
-------------------------------------Getter Method
Signature
Plane1RightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane1RightParameters: plane1Right ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane1RightFlag¶
-
HeadImpactAPillarDetailBuilder.Plane1RightFlag¶ Returns or sets the right Plane 1 additional geometry flag.
-------------------------------------Getter Method
Signature
Plane1RightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane1RightFlagParameters: plane1RightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane5Left¶
-
HeadImpactAPillarDetailBuilder.Plane5Left¶ Returns or sets the left Plane 5 additional geometry.
-------------------------------------Getter Method
Signature
Plane5LeftReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane5LeftParameters: plane5Left ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane5LeftFlag¶
-
HeadImpactAPillarDetailBuilder.Plane5LeftFlag¶ Returns or sets the left Plane 5 additional geometry flag.
-------------------------------------Getter Method
Signature
Plane5LeftFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane5LeftFlagParameters: plane5LeftFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane5Right¶
-
HeadImpactAPillarDetailBuilder.Plane5Right¶ Returns or sets the right Plane 5 additional geometry.
-------------------------------------Getter Method
Signature
Plane5RightReturns: Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane5RightParameters: plane5Right ( NXOpen.Point) –New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Plane5RightFlag¶
-
HeadImpactAPillarDetailBuilder.Plane5RightFlag¶ Returns or sets the right Plane 5 additional geometry flag.
-------------------------------------Getter Method
Signature
Plane5RightFlagReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Plane5RightFlagParameters: plane5RightFlag (bool) – New in version NX9.0.0.
License requirements: nx_general_packaging (“NX General Packaging”)
Point1Offset¶
-
HeadImpactAPillarDetailBuilder.Point1Offset¶ Returns the offset used to position point 1.
-------------------------------------Getter Method
Signature
Point1OffsetReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Point2Offset¶
-
HeadImpactAPillarDetailBuilder.Point2Offset¶ Returns the offset used to position point 2.
-------------------------------------Getter Method
Signature
Point2OffsetReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqHorizontalLeftMax¶
-
HeadImpactAPillarDetailBuilder.ReqHorizontalLeftMax¶ Returns the left horizontal maximum required approach angle.
-------------------------------------Getter Method
Signature
ReqHorizontalLeftMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqHorizontalLeftMin¶
-
HeadImpactAPillarDetailBuilder.ReqHorizontalLeftMin¶ Returns the left horizontal minimum required approach angle.
-------------------------------------Getter Method
Signature
ReqHorizontalLeftMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqHorizontalRightMax¶
-
HeadImpactAPillarDetailBuilder.ReqHorizontalRightMax¶ Returns the right horizontal maximum required approach angle.
-------------------------------------Getter Method
Signature
ReqHorizontalRightMaxReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqHorizontalRightMin¶
-
HeadImpactAPillarDetailBuilder.ReqHorizontalRightMin¶ Returns the right horizontal minimum required approach angle.
-------------------------------------Getter Method
Signature
ReqHorizontalRightMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
ReqVerticalMax¶
-
HeadImpactAPillarDetailBuilder.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¶
-
HeadImpactAPillarDetailBuilder.ReqVerticalMin¶ Returns the vertical minimum required approach angle.
-------------------------------------Getter Method
Signature
ReqVerticalMinReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
HeadImpactAPillarDetailBuilder.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.