NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Features::Subdivision::OffsetCageBuilder Class Reference

Represents a NXOpen::Features::Subdivision::OffsetCageBuilder builder. More...

Inheritance diagram for NXOpen::Features::Subdivision::OffsetCageBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool CanReverseOffsetDirection ()
 Returns the flag indicating if offset direction can be reversed. More...
 
int NumberOfCopies ()
 Returns the number of copies to offset
Created in NX11.0.0. More...
 
NXOpen::Features::Subdivision::SelectCageObjectDataObjects ()
 Returns the objects to be offset
Created in NX11.0.0. More...
 
NXOpen::ExpressionOffsetDistance ()
 Returns the offset distance. More...
 
void SetCanReverseOffsetDirection (bool reverse)
 Sets the flag indicating if offset direction can be reversed. More...
 
void SetNumberOfCopies (int numberOfCopies)
 Sets the number of copies to offset
Created in NX11.0.0. 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::Subdivision::OffsetCageBuilder builder.


To create a new instance of this class, use NXOpen::Features::Subdivision::SubdivisionBodyCollection::CreateOffsetCageBuilder
Default values.

Property Value

NumberOfCopies

1

OffsetDistance.Value

10.0 (millimeters part), 0.5 (inches part)


Created in NX11.0.0.

Member Function Documentation

bool NXOpen::Features::Subdivision::OffsetCageBuilder::CanReverseOffsetDirection ( )

Returns the flag indicating if offset direction can be reversed.


Created in NX11.0.0.

License requirements : None

int NXOpen::Features::Subdivision::OffsetCageBuilder::NumberOfCopies ( )

Returns the number of copies to offset
Created in NX11.0.0.



License requirements : None

NXOpen::Features::Subdivision::SelectCageObjectData* NXOpen::Features::Subdivision::OffsetCageBuilder::Objects ( )

Returns the objects to be offset
Created in NX11.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::Subdivision::OffsetCageBuilder::OffsetDistance ( )

Returns the offset distance.


Created in NX11.0.0.

License requirements : None

void NXOpen::Features::Subdivision::OffsetCageBuilder::SetCanReverseOffsetDirection ( bool  reverse)

Sets the flag indicating if offset direction can be reversed.


Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
reversereverse
void NXOpen::Features::Subdivision::OffsetCageBuilder::SetNumberOfCopies ( int  numberOfCopies)

Sets the number of copies to offset
Created in NX11.0.0.



License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
numberOfCopiesnumberofcopies

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