Class OriginBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class OriginBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
OriginBuilder()
Declaration
protected OriginBuilder()
Properties
Anchor
Declaration
public OriginBuilder.AlignmentPosition Anchor { get; set; }
Property Value
Type | Description |
---|---|
OriginBuilder.AlignmentPosition |
AnnotationView
Declaration
public SelectDraftingView AnnotationView { get; }
Property Value
Type | Description |
---|---|
SelectDraftingView |
Origin
Declaration
public SelectDisplayableObject Origin { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
OriginPoint
Declaration
public Point3d OriginPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
Plane
Declaration
public PlaneBuilder Plane { get; }
Property Value
Type | Description |
---|---|
PlaneBuilder |
Methods
GetAssociativeOrigin()
Declaration
public Annotation.AssociativeOriginData GetAssociativeOrigin()
Returns
Type | Description |
---|---|
Annotation.AssociativeOriginData |
SetAssociativeOrigin(Annotation.AssociativeOriginData)
Declaration
public void SetAssociativeOrigin(Annotation.AssociativeOriginData assocOrigin)
Parameters
Type | Name | Description |
---|---|---|
Annotation.AssociativeOriginData | assocOrigin |
SetInferRelativeToGeometry(Boolean)
Declaration
public void SetInferRelativeToGeometry(bool inferRelativeToGeometry)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | inferRelativeToGeometry |
SetInferRelativeToGeometryFromLeader(Boolean)
Declaration
public void SetInferRelativeToGeometryFromLeader(bool inferFromLeader)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | inferFromLeader |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink