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

Represents Specify Orientation block More...

Inheritance diagram for NXOpen.BlockStyler.SpecifyOrientation:
NXOpen.BlockStyler.UIBlock NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string[] GetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout members More...
 
- Public Member Functions inherited from NXOpen.BlockStyler.UIBlock
unsafe void Focus ()
 Focuses on the block. More...
 
unsafe
NXOpen.BlockStyler.PropertyList 
GetProperties ()
 Returns the properties of the block 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 string BalloonTooltipImage [get, set]
 Returns or sets the BalloonTooltipImage More...
 
unsafe string BalloonTooltipLayoutAsString [get, set]
 Returns or sets the BalloonTooltipLayout as string More...
 
unsafe string BalloonTooltipText [get, set]
 Returns or sets the BalloonTooltipText More...
 
unsafe bool EnableDoubleClickFlip [get, set]
 Returns or sets the EnableDoubleClickFlip. More...
 
unsafe bool EnableFacetSelection [get, set]
 Returns or sets the EnableFacetSelection More...
 
unsafe bool HasOriginGwif [get, set]
 Returns or sets the HasOriginGwif More...
 
unsafe bool IsOriginSpecified [get, set]
 Returns or sets the IsOriginSpecified More...
 
unsafe bool IsWCSCoordinates [get, set]
 Returns or sets the IsWCSCoordinates More...
 
unsafe NXOpen.Point3d Origin [get, set]
 Returns or sets the Origin More...
 
unsafe int SnapPointTypesOnByDefault [get, set]
 Returns or sets the SnapPointTypesOnByDefault More...
 
unsafe int VisibleManipulatorHandles [get, set]
 Returns or sets the VisibleManipulatorHandles. More...
 
unsafe NXOpen.Vector3d XAxis [get, set]
 Returns or sets the XAxis More...
 
unsafe NXOpen.Vector3d YAxis [get, set]
 Returns or sets the YAxis More...
 
- Properties inherited from NXOpen.BlockStyler.UIBlock
unsafe bool Enable [get, set]
 Returns or sets the Enable. More...
 
unsafe bool Expanded [get, set]
 Returns or sets the Expanded More...
 
unsafe bool Group [get, set]
 Returns or sets the Group More...
 
unsafe string Label [get, set]
 Returns or sets the Label More...
 
unsafe string Name [get]
 Returns the name of the block or BlockID More...
 
unsafe bool Show [get, set]
 Returns or sets the Visibility of block. More...
 
unsafe string Type [get]
 Returns the type of block 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 Specify Orientation block

Created in NX8.5.0

Member Function Documentation

unsafe string [] NXOpen.BlockStyler.SpecifyOrientation.GetBalloonTooltipLayoutMembers ( )
inline

Gets the BalloonTooltipLayout members

Created in NX8.5.0

License requirements: None.

Returns
Value to get from the property.

Property Documentation

unsafe string NXOpen.BlockStyler.SpecifyOrientation.BalloonTooltipImage
getset

Returns or sets the BalloonTooltipImage

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.SpecifyOrientation.BalloonTooltipLayoutAsString
getset

Returns or sets the BalloonTooltipLayout as string

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.BlockStyler.SpecifyOrientation.BalloonTooltipText
getset

Returns or sets the BalloonTooltipText

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyOrientation.EnableDoubleClickFlip
getset

Returns or sets the EnableDoubleClickFlip.

If true, flipping is allowed when direction handle is double clicked.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyOrientation.EnableFacetSelection
getset

Returns or sets the EnableFacetSelection

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyOrientation.HasOriginGwif
getset

Returns or sets the HasOriginGwif

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyOrientation.IsOriginSpecified
getset

Returns or sets the IsOriginSpecified

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.BlockStyler.SpecifyOrientation.IsWCSCoordinates
getset

Returns or sets the IsWCSCoordinates

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point3d NXOpen.BlockStyler.SpecifyOrientation.Origin
getset

Returns or sets the Origin

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.BlockStyler.SpecifyOrientation.SnapPointTypesOnByDefault
getset

Returns or sets the SnapPointTypesOnByDefault

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.BlockStyler.SpecifyOrientation.VisibleManipulatorHandles
getset

Returns or sets the VisibleManipulatorHandles.

It specifies the options to display the handles available on triad. The translation, rotation and origin handles are available.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Vector3d NXOpen.BlockStyler.SpecifyOrientation.XAxis
getset

Returns or sets the XAxis

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Vector3d NXOpen.BlockStyler.SpecifyOrientation.YAxis
getset

Returns or sets the YAxis

Created in NX8.5.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.