Share

SettingsCmdVolumesDashboard.SettingsCmdBuildOptions.UseMaximumTriangleSideLength Property

Gets whether the surface triangles that exceed the length specified by the Maximum Triangle Length property are removed from the boundary of the surface.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

Syntax

C#

public PropertyBoolean UseMaximumTriangleSideLength { get; }

VB

Public ReadOnly Property UseMaximumTriangleSideLength As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ UseMaximumTriangleSideLength {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?