TBSCastCondition Class¶
-
class
NXOpen.CAE.Optimization.TBSCastCondition¶ Bases:
NXOpen.TaggedObjectRepresents the manufacturing restrictions of
NXOpen.CAE.Optimization.TBSTopologyRestrictAreaNew in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| CheckingGroup | Returns the element group that is used for checking collision of the removed elements |
| DraftAngle | Returns the draft angle |
| MiddlePlane | Returns or sets the middle plane |
| MiddlePlanePoint | Returns or sets the point within the central plane, only available when NXOpen.CAE.Optimization.TBSCastConditionMiddlePlaneType is CAE.Optimization.TBSCastConditionMiddlePlaneType.Point |
| PullCoordinateSystem | Returns or sets the coordinate system for the definition of the pull direction |
| PullDirection | Returns or sets the pull direction for the element groups in the form of a vector with global coordinate system |
| Radius | Returns the radius value that is used internaly for the collision check during the removal of the elements |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| TBSCastConditionMiddlePlaneType Enumeration | Defines the middle plane type |
Property Detail¶
CheckingGroup¶
-
TBSCastCondition.CheckingGroup¶ Returns the element group that is used for checking collision of the removed elements
-------------------------------------Getter Method
Signature
CheckingGroupReturns: Return type: NXOpen.CAE.Optimization.TBSGroupDefinitionNew in version NX8.0.0.
License requirements: None.
DraftAngle¶
-
TBSCastCondition.DraftAngle¶ Returns the draft angle
-------------------------------------Getter Method
Signature
DraftAngleReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
MiddlePlane¶
-
TBSCastCondition.MiddlePlane¶ Returns or sets the middle plane
-------------------------------------Getter Method
Signature
MiddlePlaneReturns: Return type: NXOpen.CAE.Optimization.TBSCastConditionMiddlePlaneTypeNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MiddlePlaneParameters: middlePlane ( NXOpen.CAE.Optimization.TBSCastConditionMiddlePlaneType) –New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
MiddlePlanePoint¶
-
TBSCastCondition.MiddlePlanePoint¶ Returns or sets the point within the central plane, only available when
NXOpen.CAE.Optimization.TBSCastConditionMiddlePlaneTypeisCAE.Optimization.TBSCastConditionMiddlePlaneType.Point-------------------------------------Getter Method
Signature
MiddlePlanePointReturns: Return type: NXOpen.PointNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MiddlePlanePointParameters: middlePlanePoint ( NXOpen.Point) –New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
PullCoordinateSystem¶
-
TBSCastCondition.PullCoordinateSystem¶ Returns or sets the coordinate system for the definition of the pull direction
-------------------------------------Getter Method
Signature
PullCoordinateSystemReturns: Return type: NXOpen.CoordinateSystemNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PullCoordinateSystemParameters: pullCsys ( NXOpen.CoordinateSystem) –New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
PullDirection¶
-
TBSCastCondition.PullDirection¶ Returns or sets the pull direction for the element groups in the form of a vector with global coordinate system
-------------------------------------Getter Method
Signature
PullDirectionReturns: Return type: NXOpen.DirectionNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PullDirectionParameters: pullDirection ( NXOpen.Direction) –New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
Radius¶
-
TBSCastCondition.Radius¶ Returns the radius value that is used internaly for the collision check during the removal of the elements
-------------------------------------Getter Method
Signature
RadiusReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.