ExternallyTaggedNonBRep
Constructor
Description:
Constructs an ExternallyTaggedGeometryObject associating a given ExternalGeometryId with a particular GeometryObject.
Constructs an ExternallyTaggedGeometryObject associating a given ExternalGeometryId with a particular GeometryObject.
Parameters
| Parameter | Type | Description |
|---|---|---|
| externalId | ExternalGeometryId | The Id of the input geometry object. |
| geometry | GeometryObject | The externally tagged geometry object. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | geometry must not be a Solid. -or- geometry must not have sub-nodes. |
| ArgumentNullException | A non-optional argument was null |