Description
Gets the boundary positions that surround the mesh. Three array elements (in the order x, y, z) constitute one position.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BoundaryPositions() As System.Array
|
| [C#] |
|---|
public System.Array BoundaryPositions {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_BoundaryPositions();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BoundaryPositions(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray getBoundaryPositions();
|
| [Python - STK API] |
|---|
@property
def BoundaryPositions(self) -> list:
|
Remarks
See Also