NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::ShipDesign::StiffenerLimitBuilder Class Reference

This class defines the path limit method used by a Stiffener or Edge Reinforcement feature. More...

Inheritance diagram for NXOpen::Features::ShipDesign::StiffenerLimitBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  LimitType { LimitTypeValue, LimitTypeSquareCut, LimitTypeNeatTrim }
 Path limiting method. More...
 

Public Member Functions

NXOpen::SelectDisplayableObjectLimitGeometry ()
 Returns the limiting geometry
Created in NX8.0.0. More...
 
NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType LimitMethod ()
 Returns the limit method
Created in NX8.0.0. More...
 
NXOpen::ExpressionLimitValue ()
 Returns the fixed limiting value
Created in NX8.0.0. More...
 
void SetLimitMethod (NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType limitMethod)
 Sets the limit method
Created in NX8.0.0. More...
 
NXOpen::ExpressionSquareCutClearance ()
 Returns the limit clearance value
Created in NX8.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class defines the path limit method used by a Stiffener or Edge Reinforcement feature.


Created in NX8.0.0.

Member Enumeration Documentation

Path limiting method.

Enumerator
LimitTypeValue 

Trim or extend by a fixed distance value.

LimitTypeSquareCut 

Stiffener will extend into limiting geometry.

LimitTypeNeatTrim 

It will automatically create an End Cut that trim the stiffener to the selected geometry.

Member Function Documentation

NXOpen::SelectDisplayableObject* NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitGeometry ( )

Returns the limiting geometry
Created in NX8.0.0.



License requirements : None

NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitMethod ( )

Returns the limit method
Created in NX8.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitValue ( )

Returns the fixed limiting value
Created in NX8.0.0.



License requirements : None

void NXOpen::Features::ShipDesign::StiffenerLimitBuilder::SetLimitMethod ( NXOpen::Features::ShipDesign::StiffenerLimitBuilder::LimitType  limitMethod)

Sets the limit method
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
limitMethodlimitmethod
NXOpen::Expression* NXOpen::Features::ShipDesign::StiffenerLimitBuilder::SquareCutClearance ( )

Returns the limit clearance value
Created in NX8.0.0.



License requirements : None

virtual bool NXOpen::Features::ShipDesign::StiffenerLimitBuilder::Validate ( )
virtual

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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.