NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Validate.CheckPrintTimeBuilder Class Reference

Represents a Check Print Time builder More...

Inheritance diagram for NXOpen.Validate.CheckPrintTimeBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  PrinterType { PowderBedFusion, MultiJetFusion, FusedDepositionModeling }
 Represents the type of printer More...
 

Public Member Functions

unsafe void Update ()
 Update the checker More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool AutomaticUpdate [get, set]
 Returns or sets the boolean flag for automatic update More...
 
unsafe
NXOpen.Validate.FDMPrintTimeParameter 
FDMPrintTimeParameter [get]
 Returns the Fusion Deposition Modeling(FDM) printer parameters More...
 
unsafe
NXOpen.Validate.MJFPrintTimeParameter 
MJFPrintTimeParameter [get]
 Returns the Multi Jet Fusion(MJF) printer parameters More...
 
unsafe
NXOpen.Validate.PBFPrintTimeParameter 
PBFPrintTimeParameter [get]
 Returns the Powder Bed Fusion(PBF) printer parameters More...
 
unsafe
NXOpen.Validate.CheckPrintTimeBuilder.PrinterType 
Printer [get, set]
 Returns or sets the printer type option as NXOpen.Validate.CheckPrintTimeBuilder.PrinterType More...
 
unsafe double PrintTime [get]
 Returns the estimated time to print the part More...
 
unsafe
NXOpen.Validate.SelectionAndPlacementBuilder 
SelectionAndPlacement [get]
 Returns the selection and placement builder 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Check Print Time builder

To create a new instance of this class, use NXOpen.Validate.AnalysisResultCollection.CreateCheckPrintTimeBuilder

Default values.

Property Value

AutomaticUpdate

1

FDMPrintTimeParameter.LayerThickness.Value

0.1 (millimeters part), 0.005 (inches part)

FDMPrintTimeParameter.NozzleDiameter.Value

0.5 (millimeters part), 0.025 (inches part)

FDMPrintTimeParameter.TravelSpeed.Value

150.0 (millimeters part), 0.5 (inches part)

MJFPrintTimeParameter.LayerPrintTime.Value

30.0 (millimeters part), 30.0 (inches part)

MJFPrintTimeParameter.LayerThickness.Value

0.1 (millimeters part), 0.005 (inches part)

PBFPrintTimeParameter.HatchSpacing.Value

1.0 (millimeters part), 0.05 (inches part)

PBFPrintTimeParameter.IslandLength.Value

10.0 (millimeters part), 0.05 (inches part)

PBFPrintTimeParameter.LayerThickness.Value

0.1 (millimeters part), 0.005 (inches part)

PBFPrintTimeParameter.RecoatingTime.Value

5.0 (millimeters part), 5.0 (inches part)

PBFPrintTimeParameter.SkyWritingTime.Value

0.8 (millimeters part), 0.8 (inches part)

PBFPrintTimeParameter.TravelSpeed.Value

150.0 (millimeters part), 0.5 (inches part)

Printer

PowderBedFusion

Created in NX1899.0.0

Member Enumeration Documentation

Represents the type of printer

Enumerator
PowderBedFusion 

Powder Bed Fusion(PBF)

MultiJetFusion 

Multi Jet Fusion(MJF)

FusedDepositionModeling 

Fusion Deposition Modeling(FDM)

Member Function Documentation

unsafe void NXOpen.Validate.CheckPrintTimeBuilder.Update ( )
inline

Update the checker

Created in NX1899.0.0

License requirements: nx_additive_design (" NX Additive Design")

Property Documentation

unsafe bool NXOpen.Validate.CheckPrintTimeBuilder.AutomaticUpdate
getset

Returns or sets the boolean flag for automatic update

Created in NX1899.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Validate.FDMPrintTimeParameter NXOpen.Validate.CheckPrintTimeBuilder.FDMPrintTimeParameter
get

Returns the Fusion Deposition Modeling(FDM) printer parameters

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.Validate.MJFPrintTimeParameter NXOpen.Validate.CheckPrintTimeBuilder.MJFPrintTimeParameter
get

Returns the Multi Jet Fusion(MJF) printer parameters

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.Validate.PBFPrintTimeParameter NXOpen.Validate.CheckPrintTimeBuilder.PBFPrintTimeParameter
get

Returns the Powder Bed Fusion(PBF) printer parameters

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.Validate.CheckPrintTimeBuilder.PrinterType NXOpen.Validate.CheckPrintTimeBuilder.Printer
getset

Returns or sets the printer type option as NXOpen.Validate.CheckPrintTimeBuilder.PrinterType

Created in NX1899.0.0

License requirements to get this property: None.

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

unsafe double NXOpen.Validate.CheckPrintTimeBuilder.PrintTime
get

Returns the estimated time to print the part

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.Validate.SelectionAndPlacementBuilder NXOpen.Validate.CheckPrintTimeBuilder.SelectionAndPlacement
get

Returns the selection and placement builder

Created in NX1899.0.0

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.