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

Represents a display options Builder More...

Inheritance diagram for NXOpen.CAM.OperationDisplayOptionsBuilder:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  PathDisplayTypes {
  SolidCenter, DashedCenter, Silhouette, Fill,
  SilhouetteFill
}
 the path display types More...
 
enum  PathNormalTypes { TypesToolAxis, TypesSpecify }
 the path normal types More...
 
enum  PatternDisplayTypes { None, Specify }
 the pattern display types More...
 
enum  ToolDisplayTypes { None, Tool2d, Tool3d, Axis }
 the tool display types More...
 

Properties

unsafe bool ArrowDisplayFlag [get, set]
 Returns or sets the arrow display flag More...
 
unsafe bool DisplayCutRegionsFlag [get, set]
 Returns or sets the display cut regions flag More...
 
unsafe bool FeedDisplayFlag [get, set]
 Returns or sets the feed display flag More...
 
unsafe bool LineNumberDisplayFlag [get, set]
 Returns or sets the line number display flag More...
 
unsafe NXOpen.CAM.DisplayPaint PaintDisplay [get]
 Returns the sub builder for paint display More...
 
unsafe NXOpen.CAM.DisplayPath PathDisplay [get]
 Returns the sub builder for path display More...
 
unsafe NXOpen.CAM.PathDisplayColors PathDisplayColors [get]
 Returns the path display colors builder More...
 
unsafe
NXOpen.CAM.OperationDisplayOptionsBuilder.PathDisplayTypes 
PathDisplayType [get, set]
 Returns or sets the path display types More...
 
unsafe
NXOpen.CAM.OperationDisplayOptionsBuilder.PathNormalTypes 
PathNormalType [get, set]
 Returns or sets the path normal types More...
 
unsafe NXOpen.Direction PathVector [get, set]
 Returns or sets the path vector More...
 
unsafe int PatternDisplayFrequency [get, set]
 Returns or sets the pattern display frequency More...
 
unsafe
NXOpen.CAM.OperationDisplayOptionsBuilder.PatternDisplayTypes 
PatternDisplayType [get, set]
 Returns or sets the pattern display types More...
 
unsafe string PatternFile [get, set]
 Returns or sets the pattern file name More...
 
unsafe double PatternXOffset [get, set]
 Returns or sets the pattern X offset More...
 
unsafe double PatternYOffset [get, set]
 Returns or sets the pattern Y offset More...
 
unsafe double PatternZOffset [get, set]
 Returns or sets the pattern Z offset More...
 
unsafe bool PauseAfterDisplayFlag [get, set]
 Returns or sets the pause after display flag More...
 
unsafe double PercentOfTool [get, set]
 Returns or sets the percent of tool. More...
 
unsafe bool RefreshBeforeDisplayFlag [get, set]
 Returns or sets the refresh before display flag More...
 
unsafe int ReplaySpeed [get, set]
 Returns or sets the replay speed. More...
 
unsafe bool SaveContactDisplayDataFlag [get, set]
 Returns or sets the save contact displat data flag More...
 
unsafe NXOpen.CAM.DisplaySilhouette SilhouDisplay [get]
 Returns the sub builder for silhou display More...
 
unsafe bool SuppressPathDisplayFlag [get, set]
 Returns or sets the suppress path display flag More...
 
unsafe NXOpen.CAM.DisplayTool ToolDisplay [get]
 Returns the sub builder for tool display More...
 
unsafe int ToolDisplayFrequency [get, set]
 Returns or sets the tool display frequency More...
 
unsafe
NXOpen.CAM.OperationDisplayOptionsBuilder.ToolDisplayTypes 
ToolDisplayType [get, set]
 Returns or sets the tool display types 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.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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a display options Builder

This is an abstract class and cannot be instantiated.

Created in NX6.0.0

Member Enumeration Documentation

the path display types

Enumerator
SolidCenter 

Path Display: Solid Center

DashedCenter 

Path Display: Dashed Center

Silhouette 

Path Display: Silhouette

Fill 

Path Display: Fill

SilhouetteFill 

Path Display: Silhouette Fill

the path normal types

Enumerator
TypesToolAxis 

Path Normal: Tool axis

TypesSpecify 

Path Normal: Specify

the pattern display types

Enumerator
None 

Pattern Display: None

Specify 

Pattern Display: Specify

the tool display types

Enumerator
None 

Tool Display: None

Tool2d 

Tool Display: 2D

Tool3d 

Tool Display: 3D

Axis 

Tool Display: Axis

Property Documentation

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.ArrowDisplayFlag
getset

Returns or sets the arrow display flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.DisplayCutRegionsFlag
getset

Returns or sets the display cut regions flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.FeedDisplayFlag
getset

Returns or sets the feed display flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.LineNumberDisplayFlag
getset

Returns or sets the line number display flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.DisplayPaint NXOpen.CAM.OperationDisplayOptionsBuilder.PaintDisplay
get

Returns the sub builder for paint display

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.CAM.DisplayPath NXOpen.CAM.OperationDisplayOptionsBuilder.PathDisplay
get

Returns the sub builder for path display

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.CAM.PathDisplayColors NXOpen.CAM.OperationDisplayOptionsBuilder.PathDisplayColors
get

Returns the path display colors builder

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.OperationDisplayOptionsBuilder.PathDisplayTypes NXOpen.CAM.OperationDisplayOptionsBuilder.PathDisplayType
getset

Returns or sets the path display types

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.OperationDisplayOptionsBuilder.PathNormalTypes NXOpen.CAM.OperationDisplayOptionsBuilder.PathNormalType
getset

Returns or sets the path normal types

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.Direction NXOpen.CAM.OperationDisplayOptionsBuilder.PathVector
getset

Returns or sets the path vector

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe int NXOpen.CAM.OperationDisplayOptionsBuilder.PatternDisplayFrequency
getset

Returns or sets the pattern display frequency

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.OperationDisplayOptionsBuilder.PatternDisplayTypes NXOpen.CAM.OperationDisplayOptionsBuilder.PatternDisplayType
getset

Returns or sets the pattern display types

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe string NXOpen.CAM.OperationDisplayOptionsBuilder.PatternFile
getset

Returns or sets the pattern file name

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.OperationDisplayOptionsBuilder.PatternXOffset
getset

Returns or sets the pattern X offset

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.OperationDisplayOptionsBuilder.PatternYOffset
getset

Returns or sets the pattern Y offset

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.OperationDisplayOptionsBuilder.PatternZOffset
getset

Returns or sets the pattern Z offset

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.PauseAfterDisplayFlag
getset

Returns or sets the pause after display flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe double NXOpen.CAM.OperationDisplayOptionsBuilder.PercentOfTool
getset

Returns or sets the percent of tool.

The range is 1-100.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.RefreshBeforeDisplayFlag
getset

Returns or sets the refresh before display flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe int NXOpen.CAM.OperationDisplayOptionsBuilder.ReplaySpeed
getset

Returns or sets the replay speed.

The range is 1-10.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.SaveContactDisplayDataFlag
getset

Returns or sets the save contact displat data flag

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.DisplaySilhouette NXOpen.CAM.OperationDisplayOptionsBuilder.SilhouDisplay
get

Returns the sub builder for silhou display

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.CAM.OperationDisplayOptionsBuilder.SuppressPathDisplayFlag
getset

Returns or sets the suppress path display flag

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.DisplayTool NXOpen.CAM.OperationDisplayOptionsBuilder.ToolDisplay
get

Returns the sub builder for tool display

Created in NX7.5.0

License requirements: None.

unsafe int NXOpen.CAM.OperationDisplayOptionsBuilder.ToolDisplayFrequency
getset

Returns or sets the tool display frequency

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.OperationDisplayOptionsBuilder.ToolDisplayTypes NXOpen.CAM.OperationDisplayOptionsBuilder.ToolDisplayType
getset

Returns or sets the tool display types

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")


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