KeepSolidObjectsAlgorithm.KeepSolidObjectsAlgorithm

KeepSolidObjectsAlgorithm()

Initializes a new instance of the KeepSolidObjectsAlgorithm class using default height limit of cloned part.

public KeepSolidObjectsAlgorithm()

See Also


KeepSolidObjectsAlgorithm(float)

Initializes a new instance of the KeepSolidObjectsAlgorithm class using specific height limit of cloned part.

public KeepSolidObjectsAlgorithm(float heightLimitOfClonedPart)
ParameterTypeDescription
heightLimitOfClonedPartSingleThe max height of cloned part.

See Also