Click or drag to resize

SubDTransformComponents Method

Transforms an enumerable of SubD components.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.12
Syntax
public uint TransformComponents(
	IEnumerable<ComponentIndex> components,
	Transform xform,
	SubDComponentLocation componentLocation
)

Parameters

components
Type: System.Collections.GenericIEnumerableComponentIndex
The SubD components to transform.
xform
Type: Rhino.GeometryTransform
The transformation to apply.
componentLocation
Type: Rhino.GeometrySubDComponentLocation
Select between applying the transform to the control net (faster) or the surface points (slower).

Return Value

Type: UInt32
The number of vertex locations that changed.
Remarks
This method does not clear the evaluation cache.
See Also