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

Represents a NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder More...

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

Public Types

enum  PrinterShapeTypes { Block, Cylinder }
 Represents the printer shape type More...
 
enum  ShowTypes { Printer, Product, Both }
 Represents the show type More...
 

Properties

unsafe bool AutomaticUpdate [get, set]
 Returns or sets the automatic update toggle More...
 
unsafe NXOpen.NXColor CloseToPrintableVolumeColor [get, set]
 Returns or sets the Close to Printable Volume Color More...
 
unsafe
NXOpen.GeometricUtilities.DisplayResolutionBuilder 
DisplayResolutionBuilder [get]
 Returns the display resolution More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance used to check the product bounding box and the printer bounding box More...
 
unsafe NXOpen.NXColor OutOfPrintableVolumeColor [get, set]
 Returns or sets the Out Of Printable Volume Color More...
 
unsafe bool PreviewState [get, set]
 Returns or sets the preview toggle More...
 
unsafe double PrinterDiameter [get, set]
 Returns or sets the printer diameter More...
 
unsafe double PrinterHeight [get, set]
 Returns or sets the printer height More...
 
unsafe double PrinterLength [get, set]
 Returns or sets the printer length More...
 
unsafe string PrinterName [get, set]
 Returns or sets the printer name More...
 
unsafe NXOpen.Matrix3x3 PrinterOrientation [get, set]
 Returns or sets the printer orientation More...
 
unsafe NXOpen.Point3d PrinterOrigin [get, set]
 Returns or sets the printer origin More...
 
unsafe
NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterShapeTypes 
PrinterShapeType [get, set]
 Returns or sets the shape type More...
 
unsafe double PrinterWidth [get, set]
 Returns or sets the printer width More...
 
unsafe
NXOpen.Validate.SelectionAndPlacementBuilder 
SelectionAndPlacement [get]
 Returns the selection and placement builder More...
 
unsafe
NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.ShowTypes 
ShowType [get, set]
 Returns or sets the show type More...
 
unsafe NXOpen.NXColor WithinPrintableVolumeColor [get, set]
 Returns or sets the Within Printable Volume Color 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.Validate.CheckModelWithinPrintableVolumeBuilder

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

Default values.

Property Value

AutomaticUpdate

1

CloseToPrintableVolumeColor

6

DisplayResolutionBuilder.AngleTolerance

15.0

DisplayResolutionBuilder.EdgeTolerance

0.005

DisplayResolutionBuilder.FaceTolerance

0.005

DisplayResolutionBuilder.Resolution

Standard

DisplayResolutionBuilder.WidthTolerance

0.3

DistanceTolerance

1.0 (millimeters part), 0.04 (inches part)

OutOfPrintableVolumeColor

186

PreviewState

1

PrinterDiameter

200.0 (millimeters part), 8.0 (inches part)

PrinterHeight

200.0 (millimeters part), 8.0 (inches part)

PrinterLength

200.0 (millimeters part), 8.0 (inches part)

PrinterWidth

200.0 (millimeters part), 8.0 (inches part)

WithinPrintableVolumeColor

36

Created in NX1899.0.0

Member Enumeration Documentation

Represents the printer shape type

Enumerator
Block 

printer volume shape is block

Cylinder 

Represents the show type

Enumerator
Printer 

show type is printer

Product 
Both 

Property Documentation

unsafe bool NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.AutomaticUpdate
getset

Returns or sets the automatic update toggle

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.CloseToPrintableVolumeColor
getset

Returns or sets the Close to Printable Volume Color

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.DisplayResolutionBuilder NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.DisplayResolutionBuilder
get

Returns the display resolution

Created in NX1899.0.0

License requirements: None.

unsafe double NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.DistanceTolerance
getset

Returns or sets the distance tolerance used to check the product bounding box and the printer bounding box

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.OutOfPrintableVolumeColor
getset

Returns or sets the Out Of Printable Volume Color

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PreviewState
getset

Returns or sets the preview toggle

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterDiameter
getset

Returns or sets the printer diameter

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterHeight
getset

Returns or sets the printer height

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterLength
getset

Returns or sets the printer length

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterName
getset

Returns or sets the printer name

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Matrix3x3 NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterOrientation
getset

Returns or sets the printer orientation

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point3d NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterOrigin
getset

Returns or sets the printer origin

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterShapeTypes NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterShapeType
getset

Returns or sets the shape type

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.PrinterWidth
getset

Returns or sets the printer width

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Validate.SelectionAndPlacementBuilder NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.SelectionAndPlacement
get

Returns the selection and placement builder

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.ShowTypes NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.ShowType
getset

Returns or sets the show type

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckModelWithinPrintableVolumeBuilder.WithinPrintableVolumeColor
getset

Returns or sets the Within Printable Volume Color

Created in NX1899.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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.