Entity.TransformAllVertices Method

Protected Friend Overridable 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 virtual 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.8

In this article

Definition