Share

SurfaceBuildOptions.UseMaximumTriangleLength Property

Gets or sets whether the surface triangles that exceed the length specified by MaximumTriangleLength are removed from the boundary of the surface.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool UseMaximumTriangleLength { get; set; }

VB

Public Property UseMaximumTriangleLength As Boolean
	Get
	Set

C++

public:
property bool UseMaximumTriangleLength {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException Thrown when change UseMaximumTriangleLength value on a GridSurface/GridVolumeSurface.

See Also

Reference

Was this information helpful?