NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::ShipDesign::PlateChamferBuilder Class Reference

Represents a Features::ShipDesign::PlateChamfer builder. More...

Inheritance diagram for NXOpen::Features::ShipDesign::PlateChamferBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  AngleMethod { AngleMethodAngle, AngleMethodRatio }
 The option to specify the method for defining angle or ratio. More...
enum  OffsetMethod { OffsetMethodDepth, OffsetMethodRestDepth, OffsetMethodThinnerPlate }
 The option to specify the method for chamfer offset method. More...
enum  Types { TypesOnEdge, TypesToPlate }
 The option for the type of associativity for chamfer. More...

Public Member Functions

NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleMethod AngleOption ()
 Returns the angle option
Created in NX8.0.0.
NXOpen::ExpressionAngularDimension ()
 Returns the angular dimension
Created in NX8.0.0.
bool ChamferBothSides ()
 Returns the chamfer both sides
Created in NX8.0.0.
double ChordalTolerance ()
 Returns the chordal tolerance
Created in NX8.0.0.
double ClearanceTolerance ()
 Returns the clearance tolerance
Created in NX8.0.0.
NXOpen::ExpressionDepth ()
 Returns the depth
Created in NX8.0.0.
NXOpen::PlaneEndPlane ()
 Returns the end plane
Created in NX8.0.0.
NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetMethod OffsetOption ()
 Returns the offset option
Created in NX8.0.0.
NXOpen::ExpressionRatio ()
 Returns the ratio
Created in NX8.0.0.
NXOpen::ExpressionRestDepth ()
 Returns the rest depth
Created in NX8.0.0.
bool ReverseDirection ()
 Returns the reverse direction
Created in NX8.0.0.
NXOpen::ScCollectorSelectEdge ()
 Returns the select edge
Created in NX8.0.0.
NXOpen::ScCollectorSelectTarget ()
 Returns the select target
Created in NX8.0.0.
NXOpen::ScCollectorSelectThinnerPlate ()
 Returns the select thinner plate
Created in NX8.0.0.
NXOpen::ScCollectorSelectTool ()
 Returns the select tool
Created in NX8.0.0.
void SetAngleOption (NXOpen::Features::ShipDesign::PlateChamferBuilder::AngleMethod angleOption)
 Sets the angle option
Created in NX8.0.0.
void SetChamferBothSides (bool chamferBothSides)
 Sets the chamfer both sides
Created in NX8.0.0.
void SetChordalTolerance (double chordalTolerance)
 Sets the chordal tolerance
Created in NX8.0.0.
void SetClearanceTolerance (double clearanceTolerance)
 Sets the clearance tolerance
Created in NX8.0.0.
void SetEndPlane (NXOpen::Plane *endPlane)
 Sets the end plane
Created in NX8.0.0.
void SetOffsetOption (NXOpen::Features::ShipDesign::PlateChamferBuilder::OffsetMethod offsetOption)
 Sets the offset option
Created in NX8.0.0.
void SetReverseDirection (bool reverseDirection)
 Sets the reverse direction
Created in NX8.0.0.
void SetStartPlane (NXOpen::Plane *startPlane)
 Sets the start plane
Created in NX8.0.0.
void SetType (NXOpen::Features::ShipDesign::PlateChamferBuilder::Types type)
 Sets the type
Created in NX8.0.0.
void SetUseLimits (bool useLimits)
 Sets the use limits
Created in NX8.0.0.
NXOpen::PlaneStartPlane ()
 Returns the start plane
Created in NX8.0.0.
NXOpen::Features::ShipDesign::PlateChamferBuilder::Types Type ()
 Returns the type
Created in NX8.0.0.
bool UseLimits ()
 Returns the use limits
Created in NX8.0.0.

Detailed Description

Represents a Features::ShipDesign::PlateChamfer builder.

It is used to create and edit a plate chamfer feature.
To create a new instance of this class, use Features::ShipCollection::CreatePlateChamferBuilder
Default values.

Property Value

AngleOption

Angle

AngularDimension.Value

30

ChamferBothSides

0

ChordalTolerance

0.0254

ClearanceTolerance

0.0254

Depth.Value

10 (millimeters part), 0.4 (inches part)

OffsetOption

Depth

Ratio.Value

0.3

RestDepth.Value

0 (millimeters part), 0 (inches part)

UseLimits

0


Created in NX8.0.0.


Member Enumeration Documentation

The option to specify the method for defining angle or ratio.

Enumerator:
AngleMethodAngle 

Use the angle for the chamfer parameters.

AngleMethodRatio 

Use the ratio for the chamfer parameters.

The option to specify the method for chamfer offset method.

Enumerator:
OffsetMethodDepth 

Use depth parameter to define ramp.

OffsetMethodRestDepth 

Use rest depth to define ramp.

OffsetMethodThinnerPlate 

Use the thickness of the thinner plate to define ramp depth.

The option for the type of associativity for chamfer.

Enumerator:
TypesOnEdge 

Create a chamfer on the edge.

TypesToPlate 

Create a chamfer on the common edges between plates.


Member Function Documentation

Returns the angle option
Created in NX8.0.0.



License requirements : None

Returns the angular dimension
Created in NX8.0.0.



License requirements : None

Returns the chamfer both sides
Created in NX8.0.0.



License requirements : None

Returns the chordal tolerance
Created in NX8.0.0.



License requirements : None

Returns the clearance tolerance
Created in NX8.0.0.



License requirements : None

Returns the depth
Created in NX8.0.0.



License requirements : None

Returns the end plane
Created in NX8.0.0.



License requirements : None

Returns the offset option
Created in NX8.0.0.



License requirements : None

Returns the ratio
Created in NX8.0.0.



License requirements : None

Returns the rest depth
Created in NX8.0.0.



License requirements : None

Returns the reverse direction
Created in NX8.0.0.



License requirements : None

Returns the select edge
Created in NX8.0.0.



License requirements : None

Returns the select target
Created in NX8.0.0.



License requirements : None

Returns the select thinner plate
Created in NX8.0.0.



License requirements : None

Returns the select tool
Created in NX8.0.0.



License requirements : None

Sets the angle option
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
angleOptionangleoption

Sets the chamfer both sides
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
chamferBothSideschamferbothsides

Sets the chordal tolerance
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
chordalTolerancechordaltolerance

Sets the clearance tolerance
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
clearanceToleranceclearancetolerance

Sets the end plane
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
endPlaneendplane

Sets the offset option
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
offsetOptionoffsetoption

Sets the reverse direction
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
reverseDirectionreversedirection

Sets the start plane
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
startPlanestartplane

Sets the type
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
typetype

Sets the use limits
Created in NX8.0.0.



License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
useLimitsuselimits

Returns the start plane
Created in NX8.0.0.



License requirements : None

Returns the type
Created in NX8.0.0.



License requirements : None

Returns the use limits
Created in NX8.0.0.



License requirements : None


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