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

Represents a Base Surface Finish More...

Inheritance diagram for NXOpen.Annotations.BaseSurfaceFinish:
NXOpen.Annotations.PmiAttribute NXOpen.Annotations.ILinearTolerance NXOpen.Annotations.Annotation NXOpen.INXObject NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Annotations.DraftingSurfaceFinish NXOpen.Annotations.SurfaceFinish

Public Member Functions

unsafe bool GetInvertSymbol ()
 Return the invert symbol flag for symbol having flag type leader More...
 
unsafe
NXOpen.Annotations.LinearTolerance 
GetTolerance ()
 Returns the tolerance More...
 
unsafe
NXOpen.Annotations.UnitsFormatPreferences 
GetUnitsFormatPrefs ()
 Returns the unit format preferences More...
 
unsafe void SetInvertSymbol (bool invertSymbol)
 Set the invert symbol flag for symbol having flag type leader. More...
 
unsafe void SetTolerance (NXOpen.Annotations.LinearTolerance tolerance)
 Sets the tolerance. More...
 
unsafe void SetUnitsFormatPrefs (NXOpen.Annotations.UnitsFormatPreferences unitsFormat)
 Sets the unit format preferences. 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Annotations.Annotation
unsafe NXOpen.Point3d AnnotationOrigin [get, set]
 Returns or sets the origin (location) of the annotation. More...
 
unsafe NXOpen.Xform AnnotationPlane [get, set]
 Returns or sets the annotation plane. More...
 
unsafe bool HasAssociativeOrigin [get]
 Returns a flag indicating whether the origin is associative More...
 
unsafe bool IsOutOfDate [get]
 Returns the flag indicating whether the annotation is out of date More...
 
unsafe bool IsRetained [get]
 Returns a flag indicating whether the annotation is retained More...
 
unsafe
NXOpen.Annotations.LeaderOrientation 
LeaderOrientation [get, set]
 Returns or sets the leader orientation for the annotation. More...
 
unsafe int NumberOfAssociativities [get]
 Returns the number of associativities for the annotation. More...
 
unsafe bool ParallelToScreen [get, set]
 Returns or sets the PMI parallel to screen setting More...
 
unsafe bool Suppressed [get]
 Returns the flag indicating whether the annotation is suppressed 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...
 

Detailed Description

Represents a Base Surface Finish

This is an abstract class, and cannot be instantiated.

Created in NX7.5.0

Member Function Documentation

unsafe bool NXOpen.Annotations.BaseSurfaceFinish.GetInvertSymbol ( )
inline

Return the invert symbol flag for symbol having flag type leader

Created in NX7.5.2

License requirements: None.

Returns
unsafe NXOpen.Annotations.LinearTolerance NXOpen.Annotations.BaseSurfaceFinish.GetTolerance ( )
inline

Returns the tolerance

Created in NX4.0.0

License requirements: None.

Returns

Implements NXOpen.Annotations.ILinearTolerance.

unsafe NXOpen.Annotations.UnitsFormatPreferences NXOpen.Annotations.BaseSurfaceFinish.GetUnitsFormatPrefs ( )
inline

Returns the unit format preferences

Created in NX7.5.0

License requirements: None.

Returns
unsafe void NXOpen.Annotations.BaseSurfaceFinish.SetInvertSymbol ( bool  invertSymbol)
inline

Set the invert symbol flag for symbol having flag type leader.

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 NX7.5.2

License requirements: drafting ("DRAFTING")

Parameters
invertSymbol
unsafe void NXOpen.Annotations.BaseSurfaceFinish.SetTolerance ( NXOpen.Annotations.LinearTolerance  tolerance)
inline

Sets the tolerance.

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") OR drafting ("DRAFTING")

Parameters
tolerance

Implements NXOpen.Annotations.ILinearTolerance.

unsafe void NXOpen.Annotations.BaseSurfaceFinish.SetUnitsFormatPrefs ( NXOpen.Annotations.UnitsFormatPreferences  unitsFormat)
inline

Sets the unit format preferences.

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 NX7.5.0

License requirements: drafting ("DRAFTING")

Parameters
unitsFormat

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