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

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

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

List of all members.

Public Types

enum  DraftTypes { DraftTypesTrim, DraftTypesExtend }
 This enum defines the types of draft to be applied. More...
enum  LimitTypes { LimitTypesValue, LimitTypesPlane, LimitTypesNeatTrim }
 This enum defines the different ways users can trim the ends of a profile or a plate. More...
enum  SelectionTypes { SelectionTypesFacesWithAttributes, SelectionTypesFaceAndEdge }
 This enum defines the Placement Face and Placement Edge Selection Type. More...

Public Member Functions

NXOpen::ExpressionDraftAngle ()
 Returns the draft angle
Created in NX8.0.0.
NXOpen::ExpressionDraftOffset ()
 Returns the draft offset.
NXOpen::Features::ShipDesign::EndCutBuilder::DraftTypes DraftType ()
 Returns the draft type.
void InheritParametersFromEndcutFace (NXOpen::Face *endcutFace)
 Copy the parameters from the endcut face to this endcut.
NXOpen::SelectDisplayableObjectLimitGeometry ()
 Returns the limit geometry.
NXOpen::Features::ShipDesign::EndCutBuilder::LimitTypes LimitType ()
 Returns the limit type.
NXOpen::ExpressionOffset ()
 Returns the offset.
NXOpen::SelectEdgePlacementEdge ()
 Returns the select placement edges.
NXOpen::SelectFaceListPlacementFaces ()
 Returns the select placement faces.
NXOpen::PlanePlane ()
 Returns the plane.
NXOpen::Features::ShipDesign::EndCutBuilder::SelectionTypes SelectionType ()
 Returns the selection type.
void SetDraftType (NXOpen::Features::ShipDesign::EndCutBuilder::DraftTypes draftType)
 Sets the draft type.
void SetLimitType (NXOpen::Features::ShipDesign::EndCutBuilder::LimitTypes limitType)
 Sets the limit type.
void SetPlane (NXOpen::Plane *plane)
 Sets the plane.
void SetSelectionType (NXOpen::Features::ShipDesign::EndCutBuilder::SelectionTypes selectionType)
 Sets the selection type.
NXOpen::ExpressionShearAngle ()
 Returns the shear angle.
NXOpen::ExpressionTiltAngle ()
 Returns the tilt angle
Created in NX8.0.0.
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilderToeSketchData ()
 Returns the toe sketch data.
NXOpen::Features::ShipDesign::SteelFeatureSpreadsheetBuilderWebSketchData ()
 Returns the web sketch data.

Detailed Description

Represents a Features::ShipDesign::EndCut builder.


To create a new instance of this class, use Features::ShipCollection::CreateEndCutBuilder
Default values.

Property Value

DraftAngle.Value

0

DraftOffset.Value

0 (millimeters part), 0 (inches part)

DraftType

Trim

LimitType

Value

Offset.Value

0 (millimeters part), 0 (inches part)

SelectionType

FacesWithAttributes

ShearAngle.Value

0

TiltAngle.Value

0


Created in NX8.0.0.


Member Enumeration Documentation

This enum defines the types of draft to be applied.

Enumerator:
DraftTypesTrim 

If this Draft Type is set, the EndCut face will split and the left side face will be tapered.

DraftTypesExtend 

If this Draft Type is set, the EndCut face will split and the right side face will be tapered.

This enum defines the different ways users can trim the ends of a profile or a plate.

Enumerator:
LimitTypesValue 

If this Limit Type is set, the values of Tilt Angle and Shear Angle expressions will be used.

LimitTypesPlane 

If this Limit Type is set, a Plane needs to be specified and the Tilt and Shear angles will be inferred from the intersection of Datum Plane with the body on which EndCut will be applied.

LimitTypesNeatTrim 

If this Limit Type is set, a datum plane feature, a face or a profile/plate body needs to be selected and the endcut will be trimmed to the selected geometry.

This enum defines the Placement Face and Placement Edge Selection Type.

Enumerator:
SelectionTypesFacesWithAttributes 

If this Selection Type is set, just faces need to be specifed and placement edges will be inferred automatically.


All faces specified as placement faces must have valid attributes that identify it as a valid face for Endcuts.

SelectionTypesFaceAndEdge 

If this Selection Type is set, then a single pair of a Face (Placement Face) and an edge(Placement Edge) needs to be specified.


Member Function Documentation

Returns the draft angle
Created in NX8.0.0.



License requirements : None

Returns the draft offset.

This is the distance from the end of the Placement Edge where the Stiffener end face will be split.


Created in NX8.0.0.

License requirements : None

Returns the draft type.

A partial taper can be applied to the end face of a Stiffener. The end face will be split and the Draft Type defines which split face is tapered.
Created in NX8.0.0.

License requirements : None

Copy the parameters from the endcut face to this endcut.

The input face must belong to an endcut feature and should have all the attributes. All the builder parameters will be replaced with copies of parameters from the input face. If any change is made after this call, the copied parameter value will be overwritten.


Created in NX8.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
endcutFaceendcutface

Returns the limit geometry.


This input is required when the Limit Type is Features::ShipDesign::EndCutBuilder::LimitTypesNeatTrim . Valid types are Plane, Face or a Body. If a Body is specified, it must have at least one face with MK_TYPE=MOLDINGLINE and one face with MK_TYPE=OPPOSINGMOLDINGLINE attributes.


Created in NX8.0.0.

License requirements : None

Returns the limit type.

The Tilt and Shear angles can be supplied as expressions or can be inferred from a Plane. Users can also limit the ends using a face or a body.


Created in NX8.0.0.

License requirements : None

Returns the offset.

The Offset is always applied after the Tilt and Shear Angles.
Created in NX8.0.0.

License requirements : None

Returns the select placement edges.


This input is only required when the Selection Type is Features::ShipDesign::EndCutBuilder::SelectionTypesFaceAndEdge . This edge must belong to the face specified as Placement Face.


Created in NX8.0.0.

License requirements : None

Returns the select placement faces.


If the Selection Type is Features::ShipDesign::EndCutBuilder::SelectionTypesFacesWithAttributes this list can contain multiple faces and each face must be a valid endcut face, i.e. faces with SAW_SIZE and SAW_SIZE2 attributes whose value is same as the Perpendicular EndCut Name defined in the customer defaults. If the Selection Type is Features::ShipDesign::EndCutBuilder::SelectionTypesFaceAndEdge , this list must contain a single face. Each face will result in a separate EndCut feature. If an existing EndCut feature is queried, it will contain a single face in this list.


Created in NX8.0.0.

License requirements : None

Returns the plane.

If the Limit Type is Features::ShipDesign::EndCutBuilder::LimitTypesPlane , the Tilt and Shear angle will be inferred automatically from this plane.
Created in NX8.0.0.

License requirements : None

Returns the selection type.

Users can provide a set of faces where the edge can be inferred automatically or specify a single pair of a Face and an edge(Placement Edge).


Created in NX8.0.0.

License requirements : None

Sets the draft type.

A partial taper can be applied to the end face of a Stiffener. The end face will be split and the Draft Type defines which split face is tapered.
Created in NX8.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
draftTypedrafttype

Sets the limit type.

The Tilt and Shear angles can be supplied as expressions or can be inferred from a Plane. Users can also limit the ends using a face or a body.


Created in NX8.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
limitTypelimittype

Sets the plane.

If the Limit Type is Features::ShipDesign::EndCutBuilder::LimitTypesPlane , the Tilt and Shear angle will be inferred automatically from this plane.
Created in NX8.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
planeplane

Sets the selection type.

Users can provide a set of faces where the edge can be inferred automatically or specify a single pair of a Face and an edge(Placement Edge).


Created in NX8.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters:
selectionTypeselectiontype

Returns the shear angle.

The Shear Angle is always applied after the Tilt Angle.
Created in NX8.0.0.

License requirements : None

Returns the tilt angle
Created in NX8.0.0.



License requirements : None

Returns the toe sketch data.


Users can specify the EndCut using either a single or two sketches. The sketch type and its parameters are controlled by the Features::ShipDesign::SteelFeatureSpreadsheetBuilder .


Created in NX8.0.0.

License requirements : None

Returns the web sketch data.


Users can specify the EndCut using either a single or two sketches. The sketch type and its parameters are controlled by the Features::ShipDesign::SteelFeatureSpreadsheetBuilder .


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.