FacePlaneSelectionBuilder Class¶
-
class
NXOpen.GeometricUtilities.FacePlaneSelectionBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.GeometricUtilities.FacePlaneSelectionBuilderNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| IsOk | Returns or sets the data OK flag |
| LimitTopolSwitchFinFlag | Returns or sets the limit edge switch fin flag |
| PlaneHelpPoint | Returns or sets the user plane cap help point |
| SelectEdge | Returns the select limit edge |
| SelectFace | Returns the select face |
| SelectPlane | Returns or sets the select plane |
| Tag | Returns the Tag for this object. |
| TrimObject | Returns or sets the trim object |
| UseFaceCapBlend | Returns or sets the use face cap blend flag |
| UsePlaneCapBlend | Returns or sets the use plane cap blend |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| FacePlaneSelectionBuilderTrimObjectType Enumeration | Specifies the object type for blend endcap objects. |
Property Detail¶
IsOk¶
-
FacePlaneSelectionBuilder.IsOk¶ Returns or sets the data OK flag
-------------------------------------Getter Method
Signature
IsOkReturns: Return type: bool New in version NX7.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
-------------------------------------Setter Method
Signature
IsOkParameters: isOk (bool) – New in version NX7.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
LimitTopolSwitchFinFlag¶
-
FacePlaneSelectionBuilder.LimitTopolSwitchFinFlag¶ Returns or sets the limit edge switch fin flag
-------------------------------------Getter Method
Signature
LimitTopolSwitchFinFlagReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LimitTopolSwitchFinFlagParameters: switchFlag (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
PlaneHelpPoint¶
-
FacePlaneSelectionBuilder.PlaneHelpPoint¶ Returns or sets the user plane cap help point
-------------------------------------Getter Method
Signature
PlaneHelpPointReturns: Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneHelpPointParameters: helpPoint ( NXOpen.Point) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
SelectEdge¶
-
FacePlaneSelectionBuilder.SelectEdge¶ Returns the select limit edge
-------------------------------------Getter Method
Signature
SelectEdgeReturns: Return type: NXOpen.ScCollectorNew in version NX8.0.0.
License requirements: None.
SelectFace¶
-
FacePlaneSelectionBuilder.SelectFace¶ Returns the select face
-------------------------------------Getter Method
Signature
SelectFaceReturns: Return type: NXOpen.GeometricUtilities.FaceSetDataNew in version NX6.0.0.
License requirements: None.
SelectPlane¶
-
FacePlaneSelectionBuilder.SelectPlane¶ Returns or sets the select plane
-------------------------------------Getter Method
Signature
SelectPlaneReturns: Return type: NXOpen.PlaneNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SelectPlaneParameters: selectPlane ( NXOpen.Plane) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
TrimObject¶
-
FacePlaneSelectionBuilder.TrimObject¶ Returns or sets the trim object
-------------------------------------Getter Method
Signature
TrimObjectReturns: Return type: NXOpen.GeometricUtilities.FacePlaneSelectionBuilderTrimObjectTypeNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TrimObjectParameters: trimObject ( NXOpen.GeometricUtilities.FacePlaneSelectionBuilderTrimObjectType) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
UseFaceCapBlend¶
-
FacePlaneSelectionBuilder.UseFaceCapBlend¶ Returns or sets the use face cap blend flag
-------------------------------------Getter Method
Signature
UseFaceCapBlendReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseFaceCapBlendParameters: useFaceCapBlend (bool) – New in version NX8.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
UsePlaneCapBlend¶
-
FacePlaneSelectionBuilder.UsePlaneCapBlend¶ Returns or sets the use plane cap blend
-------------------------------------Getter Method
Signature
UsePlaneCapBlendReturns: Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UsePlaneCapBlendParameters: usePlaneCapBlend (bool) – New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)
Method Detail¶
Validate¶
-
FacePlaneSelectionBuilder.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.