NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Mfg::AM::SupportBuilder Class Reference

Represents a Mfg::AM::Support builder
To create a new instance of this class, use NXOpen::Mfg::AM::ApplicationManager::GetSupportBuilder

Created in NX11.0.2. More...

Inheritance diagram for NXOpen::Mfg::AM::SupportBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesBlock, TypesLine, TypesPoint, TypesNosupport }
 the AM support types More...
 

Public Member Functions

NXOpen::ScCollectorCurveSelection ()
 Returns the curve selection
Created in NX11.0.2. More...
 
NXOpen::ScCollectorFaceSelection ()
 Returns the face selection
Created in NX11.0.2. More...
 
NXOpen::PointPointSelection ()
 Returns the point selection
Created in NX11.0.2. More...
 
void SetPointSelection (NXOpen::Point *pointSelection)
 Sets the point selection
Created in NX11.0.2. More...
 
void SetType (NXOpen::Mfg::AM::SupportBuilder::Types type)
 Sets the type
Created in NX11.0.2. More...
 
NXOpen::Mfg::AM::SupportBuilder::Types Type ()
 Returns the type
Created in NX11.0.2. 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 Mfg::AM::Support builder
To create a new instance of this class, use NXOpen::Mfg::AM::ApplicationManager::GetSupportBuilder

Created in NX11.0.2.


Member Enumeration Documentation

the AM support types

Enumerator
TypesBlock 

block

TypesLine 

line

TypesPoint 

point

TypesNosupport 

nosupport

Member Function Documentation

NXOpen::ScCollector* NXOpen::Mfg::AM::SupportBuilder::CurveSelection ( )

Returns the curve selection
Created in NX11.0.2.



License requirements : None

NXOpen::ScCollector* NXOpen::Mfg::AM::SupportBuilder::FaceSelection ( )

Returns the face selection
Created in NX11.0.2.



License requirements : None

NXOpen::Point* NXOpen::Mfg::AM::SupportBuilder::PointSelection ( )

Returns the point selection
Created in NX11.0.2.



License requirements : None

void NXOpen::Mfg::AM::SupportBuilder::SetPointSelection ( NXOpen::Point pointSelection)

Sets the point selection
Created in NX11.0.2.



License requirements : am_pb_mtls_sg_2 ("Advanced NX Additive Support Geometry") OR am_pb_mtls_sg_1 ("Basic NX Additive Support Geometry")

Parameters
pointSelectionpointselection
void NXOpen::Mfg::AM::SupportBuilder::SetType ( NXOpen::Mfg::AM::SupportBuilder::Types  type)

Sets the type
Created in NX11.0.2.



License requirements : am_pb_mtls_sg_2 ("Advanced NX Additive Support Geometry") OR am_pb_mtls_sg_1 ("Basic NX Additive Support Geometry")

Parameters
typetype
NXOpen::Mfg::AM::SupportBuilder::Types NXOpen::Mfg::AM::SupportBuilder::Type ( )

Returns the type
Created in NX11.0.2.



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.