NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.Print3dBuilder Class Reference

This class sends the 3d model for 3dprinting. More...

Inheritance diagram for NXOpen.Print3dBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  PrintQualityEnum { High, Medium, Draft }
 Sets the print quality More...
 
enum  PrintInfillEnum {
  Hollow, Low, Medium, High,
  Solid
}
 Sets the Infill type required for the 3d printing More...
 

Properties

unsafe bool AddRaft [get, set]
 Returns or sets the raft printing for the 3d print More...
 
unsafe bool AddSupport [get, set]
 Returns or sets the support printing for 3d print More...
 
unsafe NXOpen.SelectBodyList Bodies [get]
 Returns the bodies to be printed More...
 
unsafe
NXOpen.Print3dBuilder.PrintInfillEnum 
InFillPrint [get, set]
 Returns or sets the type of infill for the 3d print More...
 
unsafe NXOpen.CoordinateSystem LocationCoordinateSystem [get, set]
 Returns or sets the coordinate system which determines the orientation with respect to the printer More...
 
unsafe string PrinterText [get, set]
 Returns or sets the printer name More...
 
unsafe
NXOpen.Print3dBuilder.PrintQualityEnum 
QualityPrint [get, set]
 Returns or sets the quality of the 3d print 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...
 

Detailed Description

This class sends the 3d model for 3dprinting.

The user can select solid bodies, convergent bodies, NX facet bodies or JT facet bodies for 3d printing.The print can be chosen to have a support, raft, various types of density and quality

To create a new instance of this class, use NXOpen.PlotManager.CreatePrint3dBuilder

Default values.

Property Value

AddRaft

0

AddSupport

0

InFillPrint

Hollow

QualityPrint

High

Created in NX11.0.0

Member Enumeration Documentation

Sets the Infill type required for the 3d printing

Enumerator
Hollow 
Low 
Medium 
High 
Solid 

Sets the print quality

Enumerator
High 
Medium 
Draft 

Property Documentation

unsafe bool NXOpen.Print3dBuilder.AddRaft
getset

Returns or sets the raft printing for the 3d print

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Print3dBuilder.AddSupport
getset

Returns or sets the support printing for 3d print

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Print3dBuilder.Bodies
get

Returns the bodies to be printed

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Print3dBuilder.PrintInfillEnum NXOpen.Print3dBuilder.InFillPrint
getset

Returns or sets the type of infill for the 3d print

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CoordinateSystem NXOpen.Print3dBuilder.LocationCoordinateSystem
getset

Returns or sets the coordinate system which determines the orientation with respect to the printer

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Print3dBuilder.PrinterText
getset

Returns or sets the printer name

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Print3dBuilder.PrintQualityEnum NXOpen.Print3dBuilder.QualityPrint
getset

Returns or sets the quality of the 3d print

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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