GEntity.TransformAllVertices Method

Protected Friend Sub TransformAllVertices( _ 
ByVal vertices As Point3D(), _ 
ByVal t As Transformation, _ 
Optional ByVal translationOnly As Boolean = false, _ 
Optional ByVal containsScaling As Boolean = true _ 
)
This language is not supported or no code example is available.
internal protected void TransformAllVertices( 
Point3D[] vertices
Transformation t
bool translationOnly = false, 
bool containsScaling = true 
)
This language is not supported or no code example is available.

Parameters

vertices
Point3D[]

t
Transformation

translationOnly
bool

containsScaling
bool

.NET Framework

Supported in: 4.7.2

In this article

Definition