NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Annotations::OrdinateMarginCollection Class Reference

Represents a collection of NXOpen::Annotations::OrdinateMargin
To obtain an instance of this class, refer to NXOpen::Annotations::AnnotationManager

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::OrdinateMarginCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

NXOpen::Annotations::OrdinateMarginAddMargin (NXOpen::Annotations::OrdinateOriginDimension *ordinateOrigin, NXOpen::Annotations::OrdinateMargin *editMargin, double offsetDistance)
 Adds an ordinate margin object. More...
 
iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::Annotations::HorizontalOrdinateMarginCreateHorizontalMargin (NXOpen::Annotations::OrdinateOriginDimension *ordinateOrigin, NXOpen::Annotations::Associativity *associativity, double offsetDistance)
 Creates a horizontal ordinate margin object. More...
 
NXOpen::Annotations::OrdinateMarginCreateInferredMargin (NXOpen::Annotations::OrdinateOriginDimension *ordinateOrigin, const NXOpen::Point3d &origin, int subtype)
 Creates an inferred ordinate margin object. More...
 
NXOpen::Annotations::VerticalOrdinateMarginCreateVerticalMargin (NXOpen::Annotations::OrdinateOriginDimension *ordinateOrigin, NXOpen::Annotations::Associativity *associativity, double offsetDistance)
 Creates a vertical ordinate margin object. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen::Annotations::OrdinateMargin
To obtain an instance of this class, refer to NXOpen::Annotations::AnnotationManager

Created in NX4.0.0.


Member Function Documentation

NXOpen::Annotations::OrdinateMargin* NXOpen::Annotations::OrdinateMarginCollection::AddMargin ( NXOpen::Annotations::OrdinateOriginDimension ordinateOrigin,
NXOpen::Annotations::OrdinateMargin editMargin,
double  offsetDistance 
)

Adds an ordinate margin object.

Returns

Created in NX5.0.0.

License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
Parameters
ordinateOriginOrdinate origin dimension
editMarginexisting margin
offsetDistanceMargin offset distance
iterator NXOpen::Annotations::OrdinateMarginCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::Annotations::HorizontalOrdinateMargin* NXOpen::Annotations::OrdinateMarginCollection::CreateHorizontalMargin ( NXOpen::Annotations::OrdinateOriginDimension ordinateOrigin,
NXOpen::Annotations::Associativity associativity,
double  offsetDistance 
)

Creates a horizontal ordinate margin object.

Returns
New horizontal ordinate margin
Created in NX4.0.0.

License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
Parameters
ordinateOriginOrdinate origin dimension
associativityAssociativity data for the ordinate margin
offsetDistanceMargin offset distance
NXOpen::Annotations::OrdinateMargin* NXOpen::Annotations::OrdinateMarginCollection::CreateInferredMargin ( NXOpen::Annotations::OrdinateOriginDimension ordinateOrigin,
const NXOpen::Point3d origin,
int  subtype 
)

Creates an inferred ordinate margin object.

Returns

Created in NX5.0.0.

License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
Parameters
ordinateOriginOrdinate origin dimension
originMargin point in dimension entity space
subtypeOrdinate margin subtype
NXOpen::Annotations::VerticalOrdinateMargin* NXOpen::Annotations::OrdinateMarginCollection::CreateVerticalMargin ( NXOpen::Annotations::OrdinateOriginDimension ordinateOrigin,
NXOpen::Annotations::Associativity associativity,
double  offsetDistance 
)

Creates a vertical ordinate margin object.

Returns
New vertical ordinate margin
Created in NX4.0.0.

License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")
Parameters
ordinateOriginOrdinate origin dimension
associativityAssociativity data for the ordinate margin
offsetDistanceMargin offset distance
iterator NXOpen::Annotations::OrdinateMarginCollection::end ( )

Returns an iterator addressing one past the last element.

tag_t NXOpen::Annotations::OrdinateMarginCollection::Tag ( ) const

Returns the tag of this object.


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