Class SpecifyVector
Inheritance
SpecifyVector
Assembly: NXOpenUI.dll
Syntax
public class SpecifyVector : UIBlock, IMessageSink
Constructors
SpecifyVector()
Declaration
protected SpecifyVector()
Properties
AutomaticProgression
Declaration
public bool AutomaticProgression { get; set; }
Property Value
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
CreateInterpartLink
Declaration
public bool CreateInterpartLink { get; set; }
Property Value
DoubleSide
Declaration
public bool DoubleSide { get; set; }
Property Value
EnableFacetSelection
Declaration
public bool EnableFacetSelection { get; set; }
Property Value
EnableReverseDirection
Declaration
public bool EnableReverseDirection { get; set; }
Property Value
InterpartSelectionAsString
Declaration
public string InterpartSelectionAsString { get; set; }
Property Value
Is2DMode
Declaration
public bool Is2DMode { get; set; }
Property Value
LabelString
Declaration
public string LabelString { get; set; }
Property Value
Point
Declaration
public Point3d Point { get; set; }
Property Value
ShowShortcuts
Declaration
public bool ShowShortcuts { get; set; }
Property Value
SnapPointTypesOnByDefault
Declaration
public int SnapPointTypesOnByDefault { get; set; }
Property Value
StepStatusAsString
Declaration
public string StepStatusAsString { get; set; }
Property Value
Vector
Declaration
public Vector3d Vector { get; set; }
Property Value
Methods
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
GetInterpartSelectionMembers()
Declaration
public string[] GetInterpartSelectionMembers()
Returns
GetSelectedObjects()
Declaration
public TaggedObject[] GetSelectedObjects()
Returns
GetStepStatusMembers()
Declaration
public string[] GetStepStatusMembers()
Returns
SetSelectedObjects(TaggedObject[])
Declaration
public void SetSelectedObjects(TaggedObject[] objectVector)
Parameters
TestPointSpecified(Point3d)
Declaration
public void TestPointSpecified(Point3d point)
Parameters
Type |
Name |
Description |
Point3d |
point |
|
TestSelection(TaggedObject)
Declaration
public void TestSelection(TaggedObject objectVector)
Parameters
TestVectorSpecified(Vector3d)
Declaration
public void TestVectorSpecified(Vector3d vector)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink