NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe double AngularTolerance [get, set]
 Returns or sets the angularTolerance More...
 
unsafe double ChordalTolerance [get, set]
 Returns or sets the chordalTolerance More...
 
unsafe string OutputFile [get, set]
 Returns or sets the outputFile - the exported data will be written to this file More...
 
unsafe bool RetainAssemblyStructure [get, set]
 Returns or sets the retainAssemblyStructure - the indicator for whether to retain assembly structure within the 3MF file More...
 
unsafe NXOpen.SelectNXObjectList SelectBody [get]
 Returns the selectBody - the object selection will be done by this block More...
 
unsafe bool ShowInformationWindow [get, set]
 Returns or sets the showInformationWindow - the indicator for whether to show information window More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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

Property Documentation

unsafe double NXOpen.Creator3MF.AngularTolerance
getset

Returns or sets the angularTolerance

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_additive_design (" NX Additive Design")

unsafe double NXOpen.Creator3MF.ChordalTolerance
getset

Returns or sets the chordalTolerance

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_additive_design (" NX Additive Design")

unsafe string NXOpen.Creator3MF.OutputFile
getset

Returns or sets the outputFile - the exported data will be written to this file

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_additive_design (" NX Additive Design")

unsafe bool NXOpen.Creator3MF.RetainAssemblyStructure
getset

Returns or sets the retainAssemblyStructure - the indicator for whether to retain assembly structure within the 3MF file

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_additive_design (" NX Additive Design")

unsafe NXOpen.SelectNXObjectList NXOpen.Creator3MF.SelectBody
get

Returns the selectBody - the object selection will be done by this block

Created in NX12.0.1

License requirements: None.

unsafe bool NXOpen.Creator3MF.ShowInformationWindow
getset

Returns or sets the showInformationWindow - the indicator for whether to show information window

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_additive_design (" NX Additive Design")


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