You are here: Start » AVL.NET » AVL.CropSegment3D

AVL.CropSegment3D

Creates a segment contained in a box in 3D from another segment in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CropSegment3D
(
	AvlNet.Segment3D inSegment3D,
	AvlNet.Box3D inBox3D,
	INullable<AvlNet.Segment3D> outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DAvlNet.Segment3D
inBox3DAvlNet.Box3D
outSegment3DAvlNet.INullable<AvlNet.Segment3D> This parameter cannot be null.

See also