Method GetLinearPlacementShape
GetLinearPlacementShape(int)
Returns the object's linear placement shape of specified rank.
Declaration
public string GetLinearPlacementShape(int shapeRank)
Parameters
Type | Name | Description |
---|---|---|
int | shapeRank | Shape rank, 0-7. |
Returns
Type | Description |
---|---|
string |
Remarks
Each shape is defines like this:
X1,Y1,Z1;X2,Y2,Z2;T|X1,Y1,Z1;X2,Y2,Z2;T|etc..
where
X*
, Y*
and
An empty string is returned if the object has no segment defined for passed shape rank.