NXOpen .NET Reference  12.0.0
List of all members
NXOpen.Annotations.PmiCustomSymbol Class Reference

Represents a PMI custom symbol More...

Inheritance diagram for NXOpen.Annotations.PmiCustomSymbol:
NXOpen.Annotations.BaseCustomSymbol NXOpen.Annotations.DraftingAid NXOpen.Annotations.IPmi NXOpen.Annotations.Annotation NXOpen.INXObject NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.INXObject NXOpen.INXObject

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...
 
- Public Member Functions inherited from NXOpen.Annotations.BaseCustomSymbol
unsafe
NXOpen.Annotations.CustomSymbolData 
GetSymbolData ()
 Returns the custom symbol data More...
 
unsafe void SetSymbolData (NXOpen.Annotations.CustomSymbolData data)
 Sets the custom symbol data. More...
 
unsafe void FlipSymbol (NXOpen.Annotations.FlipOption flipOption)
 Flips the custom symbol horizontally/vertically. More...
 
unsafe void UpdateSymbolGeometry (NXOpen.Point3d origin, double scale, double angle)
 Sets the origin, scale and angle for a custom symbol instance and updates the leaders (if any) as needed. More...
 
unsafe void AddLeader (NXOpen.Annotations.LeaderBundle leader)
 Adds leaders to the custom symbol. More...
 
unsafe void RemoveLeader (int nthLeader)
 Removes leader from the custom symbol. More...
 
unsafe void SynchronizeSymbol ()
 Synchronize associative custom symbol. More...
 
unsafe void ReplaceSymbol (string name, string path, bool isPartSymbol)
 Replace custom symbol with the given master symbol name and path. More...
 
unsafe NXOpen.Point GetAnchor ()
 Returns the master custom symbol anchor point More...
 
unsafe void SetAnchor (NXOpen.Point anchorPoint)
 Sets the master custom symbol anchor point. More...
 
unsafe void UpdateFromRule ()
 Updates the specified symbol from the KF rule. More...
 
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...
 
- Properties inherited from NXOpen.Annotations.BaseCustomSymbol
unsafe string SymbolName [get]
 Returns the symbol name. More...
 
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...
 

Detailed Description

Represents a PMI custom symbol

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

Created in NX4.0.0


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