SurfaceBuildOptionsUseMaximumTriangleLength 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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UseMaximumTriangleLength { get; set; }
Public Property UseMaximumTriangleLength As Boolean
Get
Set
public:
property bool UseMaximumTriangleLength {
bool get ();
void set (bool value);
}
Property Value
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when change UseMaximumTriangleLength value on a GridSurface/GridVolumeSurface.
|
See Also