|
Method |
Description |
|
Default constructor. Initializes the arc point and the extension line 1 & 2 start and end points all to (0,0,0). In addition, all the initializations of the default constructor for AcDbDimension, AcDbEntity, etc., are performed. | |
|
This constructor uses the parameters passed in to initialize the dimension. In addition, the rest of the AcDbDimension, AcDbEntity, and others, default constructor initializations are performed. A copy of the dimText string will be used by the dimension. The dimText string will need to contain any desired MText formatting characters. The substring "<>" may be used anywhere within the string as a marker to indicate that the default text should be displayed there in place of the "<>". It is possible to have more than one set of "<>" in the text string, but only the first set... more |