NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Annotations.DatumTarget Class Reference

Represents a datum target More...

Inheritance diagram for NXOpen.Annotations.DatumTarget:
NXOpen.Annotations.DraftingDatumTarget NXOpen.Annotations.IPmi NXOpen.Annotations.BaseDatumTarget NXOpen.INXObject 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.INXObject NXOpen.INXObject NXOpen.Annotations.ArbitraryTarget NXOpen.Annotations.AreaTarget NXOpen.Annotations.LineTarget NXOpen.Annotations.PointTarget NXOpen.Annotations.CircularTarget NXOpen.Annotations.RectangularTarget

Public Member Functions

unsafe
NXOpen.Annotations.BusinessModifier[] 
GetBusinessModifiers ()
 Returns the business modifiers More...
 
unsafe void SetBusinessModifiers (NXOpen.Annotations.BusinessModifier[] businessModifiers)
 Sets the business modifiers. More...
 
unsafe void AddBusinessModifiers (NXOpen.Annotations.BusinessModifier[] businessModifiers)
 Adds the business modifiers. More...
 
unsafe
NXOpen.Annotations.AssociatedObject 
GetAssociatedObject ()
 Returns the associated object More...
 
unsafe
NXOpen.Annotations.AssociatedObject 
GetSharedAssociatedObject ()
 Returns the shared associated objects More...
 
unsafe void SetAssociatedObject (NXOpen.Annotations.AssociatedObject assocObj)
 Sets the associated object. More...
 
- Public Member Functions inherited from NXOpen.Annotations.DraftingDatumTarget
unsafe
NXOpen.Annotations.PointTarget 
ConvertToPointTarget ()
 Converts a datum target line or area to a datum target point. More...
 
unsafe
NXOpen.Annotations.LineTarget 
ConvertToLineTarget ()
 Converts a datum target point or area to a datum target line. More...
 
unsafe
NXOpen.Annotations.ArbitraryTarget 
ConvertToAreaTarget ()
 Converts a datum target point, line, or non-rectangular area to a rectangular area. More...
 
unsafe
NXOpen.Annotations.DraftingPointTarget 
ConvertToDraftingPointTarget ()
 Converts a drafting datum target line or area to a drafting datum target point. More...
 
unsafe
NXOpen.Annotations.DraftingLineTarget 
ConvertToDraftingLineTarget ()
 Converts a drafting datum target point or area to a drafting datum target line. More...
 
unsafe
NXOpen.Annotations.DraftingArbitraryTarget 
ConvertToDraftingAreaTarget ()
 Converts a drafting datum target point, line, or non-rectangular area to a drafting rectangular area. More...
 

Properties

unsafe int Index [get, set]
 Returns or sets the index. More...
 
unsafe bool IsMirrored [get]
 Returns a flag indicating whether the annotation is mirrored More...
 
- Properties inherited from NXOpen.Annotations.IPmi
int Index [get, set]
 Returns or sets the index. More...
 
bool IsMirrored [get]
 Returns a flag indicating whether the annotation is mirrored 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  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...
 
enum  ObjectFont {
  Solid = 1, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed
}
 specifies the object font for objects such as lines More...
 

Detailed Description

Represents a datum target

To create or edit an instance of this class, use NXOpen.Annotations.PmiDatumTargetBuilder

Created in NX4.0.0

Member Function Documentation

unsafe void NXOpen.Annotations.DatumTarget.AddBusinessModifiers ( NXOpen.Annotations.BusinessModifier[]  businessModifiers)

Adds the business modifiers.

Created in NX12.0.0

License requirements: geometric_tol ("GDT")

Parameters
businessModifiersList of new business modifiers

Implements NXOpen.Annotations.IPmi.

unsafe NXOpen.Annotations.AssociatedObject NXOpen.Annotations.DatumTarget.GetAssociatedObject ( )

Returns the associated object

Created in NX4.0.0

License requirements: None.

Returns
Associated object

Implements NXOpen.Annotations.IPmi.

unsafe NXOpen.Annotations.BusinessModifier [] NXOpen.Annotations.DatumTarget.GetBusinessModifiers ( )

Returns the business modifiers

Created in NX4.0.0

License requirements: None.

Returns
List of business modifiers

Implements NXOpen.Annotations.IPmi.

unsafe NXOpen.Annotations.AssociatedObject NXOpen.Annotations.DatumTarget.GetSharedAssociatedObject ( )

Returns the shared associated objects

Created in NX8.5.0

License requirements: None.

Returns
Shared associated objects

Implements NXOpen.Annotations.IPmi.

unsafe void NXOpen.Annotations.DatumTarget.SetAssociatedObject ( NXOpen.Annotations.AssociatedObject  assocObj)

Sets the associated object.

NOTE: This 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: geometric_tol ("GDT")

Parameters
assocObjNew associated object

Implements NXOpen.Annotations.IPmi.

unsafe void NXOpen.Annotations.DatumTarget.SetBusinessModifiers ( NXOpen.Annotations.BusinessModifier[]  businessModifiers)

Sets the business modifiers.

NOTE: This 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: geometric_tol ("GDT")

Parameters
businessModifiersList of new business modifiers

Implements NXOpen.Annotations.IPmi.

Property Documentation

unsafe int NXOpen.Annotations.DatumTarget.Index
getset

Returns or sets the index.

It is a unique integer assigned to a PMI object.

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 bool NXOpen.Annotations.DatumTarget.IsMirrored
get

Returns a flag indicating whether the annotation is mirrored

Created in NX8.5.0

License requirements: None.


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