TriangulatedSensorProjectionMeshVertexPositions Property |
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic Cartesian[] MeshVertexPositions { get; }
Public ReadOnly Property MeshVertexPositions As Cartesian()
Get
public:
property array<Cartesian>^ MeshVertexPositions {
array<Cartesian>^ get ();
}
member MeshVertexPositions : Cartesian[] with get
Property Value
Type:
Cartesian
See Also