This class implements a reference to a CAD object in .pdf documents created with Publish SDK. The interface of this class sets a visual representation of any two-dimensional CAD object by setting its transformation, scale, rotation angle and translation. The target object is defined with the OdCADDefinition class, and the instance of OdCADReference just refers to it. Any modifications are applied to the visual representation, not to the target object. For example, if you have an object with dimension 10x10 units and create a reference to it through the instance of the OdCADReference class, then call the setScale() method with the input parameter value equal to 2.0, the reference object in the document will have a dimension of 20x20 units.
Default constructor for this class. (Inherited from OdRxObject) | |
Destroys the CAD reference. | |
Destroys an instance of a Publish SDK object. (Inherited from OdObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Clears the Publish SDK object. (Inherited from OdObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns the current value of the border flag for the CAD reference. | |
Returns the current border color for the CAD reference. | |
Returns the current border width for the CAD reference. | |
Returns the current CAD definition object for the CAD reference. | |
Returns the CAD reference name. The method fills a passed ![]() | |
Returns the current clipping boundary for the CAD reference. | |
Returns the current value of the border flag for the CAD reference's clipping boundary. The border flag determines whether the clipping boundary has a border. If the flag value is true, the boundary has a border, otherwise (when flag value is false) it has no border. | |
Returns the current border color for the CAD reference's clipping boundary. | |
Returns the current border width for the CAD reference's clipping boundary. | |
Returns the current value of the bookmarks flag. This flag determines whether bookmarks are supported (equals true) or not (equals false). | |
Returns the current rotation angle for the CAD reference in radians. | |
Returns the current scale value for the CAD reference. | |
Returns the current transformation matrix for the CAD reference. | |
Returns the current translation vector for the CAD reference. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is empty. (Inherited from OdObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. (Inherited from OdRxObject) | |
Determines whether the Publish SDK object is valid. (Inherited from OdObject) | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Sets the border flag for the CAD reference. | |
Sets the border color for the CAD reference. | |
Sets the border width for the CAD reference. | |
Sets the CADDefinition object for the CAD reference. | |
Sets the CAD reference name. | |
Sets the clipping boundary for the CAD reference. | |
Sets the border flag value for the CAD reference's clipping boundary. The border flag determines whether the clipping boundary has a border. If the flag value is true, the boundary has a border, otherwise (when flag value is false) it has no border. | |
Sets the border color for the CAD reference's clipping boundary. | |
Sets the border width for the CAD reference's clipping boundary. | |
Sets the bookmarks support flag. This flag determines whether bookmarks are supported (equals true) or not (equals false). | |
Sets the rotation angle for the CAD reference. The angle is set in radians. | |
Sets the the CAD reference scale. | |
Sets the transformation matrix for the CAD reference. | |
Sets the translation vector for the CAD reference. | |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|