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

Represents a NXOpen::Creator3MF to be used when exporting the 3mf Data This class is created using NXOpen::DexManager . More...

Inheritance diagram for NXOpen::Creator3MF:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double AngularTolerance ()
 Returns the angularTolerance
Created in NX12.0.1. More...
 
double ChordalTolerance ()
 Returns the chordalTolerance
Created in NX12.0.1. More...
 
NXString OutputFile ()
 Returns the outputFile - the exported data will be written to this file
Created in NX12.0.1. More...
 
NXOpen::SelectNXObjectListSelectBody ()
 Returns the selectBody - the object selection will be done by this block
Created in NX12.0.1. More...
 
void SetAngularTolerance (double angularTolerance)
 Sets the angularTolerance
Created in NX12.0.1. More...
 
void SetChordalTolerance (double chordalTolerance)
 Sets the chordalTolerance
Created in NX12.0.1. More...
 
void SetOutputFile (const NXString &outputFile)
 Sets the outputFile - the exported data will be written to this file
Created in NX12.0.1. More...
 
void SetOutputFile (const char *outputFile)
 Sets the outputFile - the exported data will be written to this file
Created in NX12.0.1. More...
 
void SetShowInformationWindow (bool showInformationWindow)
 Sets the showInformationWindow - the indicator for whether to show information window
Created in NX12.0.1. More...
 
bool ShowInformationWindow ()
 Returns the showInformationWindow - the indicator for whether to show information window
Created in NX12.0.1. 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::Creator3MF to be used when exporting the 3mf Data This class is created using NXOpen::DexManager .

NULL object will be returned from Commit().
To create a new instance of this class, use NXOpen::DexManager::CreateCreator3mf
Default values.

Property Value

AngularTolerance

18.0

ChordalTolerance

0.08 (millimeters part), 0.003 (inches part)


Usable only on Windows

Created in NX12.0.1.

Member Function Documentation

double NXOpen::Creator3MF::AngularTolerance ( )

Returns the angularTolerance
Created in NX12.0.1.



License requirements : None

double NXOpen::Creator3MF::ChordalTolerance ( )

Returns the chordalTolerance
Created in NX12.0.1.



License requirements : None

NXString NXOpen::Creator3MF::OutputFile ( )

Returns the outputFile - the exported data will be written to this file
Created in NX12.0.1.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::Creator3MF::SelectBody ( )

Returns the selectBody - the object selection will be done by this block
Created in NX12.0.1.



License requirements : None

void NXOpen::Creator3MF::SetAngularTolerance ( double  angularTolerance)

Sets the angularTolerance
Created in NX12.0.1.



License requirements : nx_additive_design (" NX Additive Design")

Parameters
angularToleranceangulartolerance
void NXOpen::Creator3MF::SetChordalTolerance ( double  chordalTolerance)

Sets the chordalTolerance
Created in NX12.0.1.



License requirements : nx_additive_design (" NX Additive Design")

Parameters
chordalTolerancechordaltolerance
void NXOpen::Creator3MF::SetOutputFile ( const NXString outputFile)

Sets the outputFile - the exported data will be written to this file
Created in NX12.0.1.



License requirements : nx_additive_design (" NX Additive Design")

Parameters
outputFileoutputfile
void NXOpen::Creator3MF::SetOutputFile ( const char *  outputFile)

Sets the outputFile - the exported data will be written to this file
Created in NX12.0.1.



License requirements : nx_additive_design (" NX Additive Design")

Parameters
outputFileoutputfile
void NXOpen::Creator3MF::SetShowInformationWindow ( bool  showInformationWindow)

Sets the showInformationWindow - the indicator for whether to show information window
Created in NX12.0.1.



License requirements : nx_additive_design (" NX Additive Design")

Parameters
showInformationWindowshowinformationwindow
bool NXOpen::Creator3MF::ShowInformationWindow ( )

Returns the showInformationWindow - the indicator for whether to show information window
Created in NX12.0.1.



License requirements : None


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