Click or drag to resize

HiddenLineDrawing Methods

The HiddenLineDrawing type exposes the following members.

Methods
  NameDescription
Public methodBoundingBox
Get tight bounding box of the hidden line drawing.
Public methodStatic memberCompute(HiddenLineDrawingParameters, Boolean)
Perform the hidden line drawing calculation based on input parameters
Public methodStatic memberCompute(HiddenLineDrawingParameters, Boolean, IProgressDouble, CancellationToken)
Perform the hidden line drawing calculation based on input parameters
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRejoinCompatibleVisible
///
Join consecutive visible curves from a single FullCurve

Return Value

Type: 
true if successful, false otherwise.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also