Entity.TransformAllVertices Method

Protected Friend Sub TransformAllVertices( _ 
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( 
Transformation t
bool translationOnly = false, 
bool containsScaling = true 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

translationOnly
bool

containsScaling
bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition