NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Annotations.BaseDatumTarget Class Reference

Represents a datum target More...

Inheritance diagram for NXOpen.Annotations.BaseDatumTarget:
NXOpen.Annotations.Gdt NXOpen.Annotations.IDatumTarget NXOpen.Annotations.SimpleDraftingAid NXOpen.Annotations.IFcf NXOpen.INXObject NXOpen.Annotations.DraftingAid NXOpen.INXObject NXOpen.Annotations.Annotation NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Annotations.DraftingDatumTarget NXOpen.Annotations.DatumTarget NXOpen.Annotations.DraftingArbitraryTarget NXOpen.Annotations.DraftingLineTarget NXOpen.Annotations.DraftingPointTarget NXOpen.Annotations.ArbitraryTarget NXOpen.Annotations.AreaTarget NXOpen.Annotations.LineTarget NXOpen.Annotations.PointTarget NXOpen.Annotations.CircularTarget NXOpen.Annotations.RectangularTarget

Properties

unsafe string DatumLabel [get, set]
 Returns or sets the datum target label. More...
 
unsafe int TargetIndex [get, set]
 Returns or sets the datum target index. More...
 
- Properties inherited from NXOpen.Annotations.Gdt
unsafe bool CanChangeLeaderPositionParameter [get]
 Returns a flag indicating whether the NXOpen.Annotations.Gdt.LeaderPositionParameter can be changed More...
 
unsafe bool HasLeaderPositionParameter [get]
 Returns a flag indicating whether this GDT has a leader position parameter. More...
 
unsafe bool HasStubbedDatumStyle [get, set]
 Returns or sets a flag indicating whether the leader has a stubbed datum style. More...
 
unsafe double LeaderPositionParameter [get, set]
 Returns or sets a parameter which indicates where the leader end point is located on the object that it is attached to. More...
 
- Properties inherited from NXOpen.Annotations.IDatumTarget
string DatumLabel [get, set]
 Returns or sets the datum target label. More...
 
int TargetIndex [get, set]
 Returns or sets the datum target index. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.DisplayableObject
enum  ObjectFont {
  Solid = 1, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed, Eight = 11,
  Nine, Ten, Eleven
}
 specifies the object font for objects such as lines More...
 
enum  ObjectWidth {
  Normal, Thick, Thin, One = 5,
  Two, Three, Four, Five,
  Six, Seven, Eight, Nine
}
 specifies object width for objects such as lines and text More...
 
- Public Member Functions inherited from NXOpen.Annotations.Gdt
unsafe
NXOpen.Annotations.FcfFrameData 
GetFcfFrameData ()
 Returns the single FCF frames data This is only designed to work with old feature control frames without builders. More...
 
unsafe
NXOpen.Annotations.FcfFrameData[] 
GetFcfFrameDataArray ()
 Returns the multiple FCF frames data This is only designed to work with old feature control frames without builders. More...
 
unsafe void SetFcfFrameData (NXOpen.Annotations.FcfFrameData data)
 Sets the single FCF frames data. More...
 
unsafe void SetFcfFrameData (NXOpen.Annotations.FcfFrameData[] fcfFrameData)
 Sets the multiple FCF frames data. More...
 
unsafe void SetSymbolCfw (NXOpen.Annotations.LineCfw cfw)
 Sets the symbol color, font, and width. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a datum target

This is an abstract class, and cannot be created.

Created in NX7.5.0

Property Documentation

unsafe string NXOpen.Annotations.BaseDatumTarget.DatumLabel
getset

Returns or sets the datum target label.

NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT")

unsafe int NXOpen.Annotations.BaseDatumTarget.TargetIndex
getset

Returns or sets the datum target index.

NOTE: The set method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: geometric_tol ("GDT")


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