Class Element
Assembly: NXOpen.dll
Syntax
public class Element : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
Element()
Declaration
Properties
Declaration
public string Comment { get; set; }
Property Value
PinToScreen
Declaration
public bool PinToScreen { get; set; }
Property Value
Methods
GetAnchorObjects()
Declaration
public DisplayableObject[] GetAnchorObjects()
Returns
GetAnchorPoint()
Declaration
public Point3d GetAnchorPoint()
Returns
GetLocation()
Declaration
public Point3d GetLocation()
Returns
GetParentMarkup()
Declaration
public Markup GetParentMarkup()
Returns
GetTerminatingObjects()
Declaration
public DisplayableObject[] GetTerminatingObjects()
Returns
SetAnchorObjects(DisplayableObject[])
Declaration
public void SetAnchorObjects(DisplayableObject[] anchorObjs)
Parameters
SetAnchorPoint(Point3d)
Declaration
public void SetAnchorPoint(Point3d anchorPoint)
Parameters
Type |
Name |
Description |
Point3d |
anchorPoint |
|
SetLocation(Point2d)
Declaration
public void SetLocation(Point2d location)
Parameters
Type |
Name |
Description |
Point2d |
location |
|
SetLocation(Point3d)
Declaration
public void SetLocation(Point3d location)
Parameters
Type |
Name |
Description |
Point3d |
location |
|
SetTerminatingObjects(DisplayableObject[])
Declaration
public void SetTerminatingObjects(DisplayableObject[] terminatingObjs)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink