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

Represents a NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder builder to define the plate boundary option. More...

Inheritance diagram for NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  BoundaryTypes { BoundaryTypesCurve, BoundaryTypesSolid, BoundaryTypesFacePlane }
 The plate boundary types. More...
 
enum  SplitKnuckleTypes { SplitKnuckleTypesMitered, SplitKnuckleTypesSquareCut }
 The split knuckle edge types. More...
 
enum  TrimTypes { TrimTypesSquareCut, TrimTypesNeatTrim }
 The plate boundary trim types. More...
 

Public Member Functions

NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::BoundaryTypes BoundaryType ()
 Returns the plate boundary types. More...
 
void SetBoundaryType (NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::BoundaryTypes boundaryType)
 Sets the plate boundary types. More...
 
void SetTrimType (NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::TrimTypes trimType)
 Sets the plate boundary trim types. More...
 
NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::TrimTypes TrimType ()
 Returns the plate boundary trim types. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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

Represents a NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder builder to define the plate boundary option.

This builder returns NULL.


To create a new instance of this class, use NXOpen::Features::ShipDesign::PlateBuilder::CreatePlateBoundaryOptionBuilder

Created in NX11.0.0.

Member Enumeration Documentation

The plate boundary types.

This option specifies the plate boundary object type. Different boundary object type may have different NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::TrimTypes .

Enumerator
BoundaryTypesCurve 

use NXOpen::Curve as the boundary.

BoundaryTypesSolid 

use NXOpen::Body as the boundary.

BoundaryTypesFacePlane 

use NXOpen::Face or NXOpen::Plane as the boundary.

The split knuckle edge types.

This option specifies how the plate is to be split at the knuckle edge. It can be split in miterred or square cut.

Enumerator
SplitKnuckleTypesMitered 

Two plates which are split and mitered and whoes side faces at knuckle edge are touching.

SplitKnuckleTypesSquareCut 

The plate side faces at knuckle edge are normal to the molding face.

The plate boundary trim types.

This option specifies the plate boundary trim type. Different NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::BoundaryTypes may have different trim type.

Enumerator
TrimTypesSquareCut 

The plate side face is normal to the molding face.

TrimTypesNeatTrim 

The plate side face may not be normal to the molding face.

Member Function Documentation

NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::BoundaryTypes NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::BoundaryType ( )

Returns the plate boundary types.


Created in NX11.0.0.

License requirements : None

void NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::SetBoundaryType ( NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::BoundaryTypes  boundaryType)

Sets the plate boundary types.


Created in NX11.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
boundaryTypeboundarytype
void NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::SetTrimType ( NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::TrimTypes  trimType)

Sets the plate boundary trim types.


Created in NX11.0.0.

License requirements : nx_ship_detail ("Ship Detail Design")

Parameters
trimTypetrimtype
NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::TrimTypes NXOpen::Features::ShipDesign::PlateBoundaryOptionBuilder::TrimType ( )

Returns the plate boundary trim types.


Created in NX11.0.0.

License requirements : None


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