NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::MechanicalRouting::AssignCornerBuilder Class Reference

Builder class for Assign Corner which creates corner
To create a new instance of this class, use NXOpen::MechanicalRouting::BuilderFactory::CreateAssignCornerBuilder
Default values. More...

Inheritance diagram for NXOpen::MechanicalRouting::AssignCornerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CornerType { CornerTypeNone, CornerTypeBend, CornerTypeMiter }
 Defines the corner types. More...
 

Public Member Functions

NXOpen::MechanicalRouting::BendCornerTypeBuilderBendCornerSettings ()
 Returns the bend corner block
More...
 
NXOpen::Routing::RouteObjectCollectorControlPointSelection ()
 Returns the routing control points collector
Created in NX11.0.0. More...
 
NXOpen::MechanicalRouting::CornerBuilderCornerSettings ()
 Returns the corner block
Created in NX11.0.1. More...
 
std::vector
< NXOpen::Assemblies::Component * > 
GetCreatedComponents ()
 Components created during Assign Corner operation. More...
 
void GetLogicalObjects (std::vector< NXOpen::PDM::LogicalObject * > &logicalObjects)
 Returns the PDM::LogicalObject that represent the content that will be created by this builder. More...
 
void PreCommit ()
 Performs the operations needed prior to a commit. More...
 
void SetType (NXOpen::MechanicalRouting::AssignCornerBuilder::CornerType type)
 Sets the assign corner type
More...
 
NXOpen::MechanicalRouting::AssignCornerBuilder::CornerType Type ()
 Returns the assign corner type
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

Builder class for Assign Corner which creates corner
To create a new instance of this class, use NXOpen::MechanicalRouting::BuilderFactory::CreateAssignCornerBuilder
Default values.

Property Value

BendCornerSettings.Method (deprecated)

Radius

BendCornerSettings.Radius.Value (deprecated)

0 (millimeters part), 0 (inches part)

BendCornerSettings.RatioToDiameter.Value (deprecated)

0 (millimeters part), 0 (inches part)

CornerSettings.CornerType

None


Created in NX11.0.0.

Member Enumeration Documentation

Defines the corner types.

None, Miter and Bend.

Deprecated:
Deprecated in NX11.0.1. Use NXOpen::MechanicalRouting::CornerBuilder::Type instead.
Enumerator
CornerTypeNone 

none

CornerTypeBend 

bend

CornerTypeMiter 

miter

Member Function Documentation

NXOpen::MechanicalRouting::BendCornerTypeBuilder* NXOpen::MechanicalRouting::AssignCornerBuilder::BendCornerSettings ( )

Returns the bend corner block

Deprecated:
Deprecated in NX11.0.1.

Use NXOpen::MechanicalRouting::AssignCornerBuilder::CornerSettings instead.


Created in NX11.0.0.

License requirements : routing_base ("Routing Basic")

NXOpen::Routing::RouteObjectCollector* NXOpen::MechanicalRouting::AssignCornerBuilder::ControlPointSelection ( )

Returns the routing control points collector
Created in NX11.0.0.



License requirements : routing_base ("Routing Basic")

NXOpen::MechanicalRouting::CornerBuilder* NXOpen::MechanicalRouting::AssignCornerBuilder::CornerSettings ( )

Returns the corner block
Created in NX11.0.1.



License requirements : routing_base ("Routing Basic")

std::vector<NXOpen::Assemblies::Component *> NXOpen::MechanicalRouting::AssignCornerBuilder::GetCreatedComponents ( )

Components created during Assign Corner operation.

Returns
Components created during Assign Corner operation.
Created in NX11.0.1.

License requirements : routing_base ("Routing Basic")
void NXOpen::MechanicalRouting::AssignCornerBuilder::GetLogicalObjects ( std::vector< NXOpen::PDM::LogicalObject * > &  logicalObjects)

Returns the PDM::LogicalObject that represent the content that will be created by this builder.

logical objects will be created only for miter corner case.


Created in NX11.0.1.

License requirements : routing_base ("Routing Basic")

Parameters
logicalObjectslogicalobjects
void NXOpen::MechanicalRouting::AssignCornerBuilder::PreCommit ( )

Performs the operations needed prior to a commit.

This method has to be called before invoking commit.
Created in NX11.0.1.

License requirements : routing_base ("Routing Basic")

void NXOpen::MechanicalRouting::AssignCornerBuilder::SetType ( NXOpen::MechanicalRouting::AssignCornerBuilder::CornerType  type)

Sets the assign corner type

Deprecated:
Deprecated in NX11.0.1.

Use NXOpen::MechanicalRouting::CornerBuilder::SetCornerType instead.


Created in NX11.0.0.

License requirements : routing_base ("Routing Basic")

Parameters
typetype
NXOpen::MechanicalRouting::AssignCornerBuilder::CornerType NXOpen::MechanicalRouting::AssignCornerBuilder::Type ( )

Returns the assign corner type

Deprecated:
Deprecated in NX11.0.1.

Use NXOpen::MechanicalRouting::CornerBuilder::CornerType instead.


Created in NX11.0.0.

License requirements : routing_base ("Routing Basic")


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