KeepPartAndCloneSolidObjectToNextPageAlgorithm.KeepPartAndCloneSolidObjectToNextPageAlgorithm

KeepPartAndCloneSolidObjectToNextPageAlgorithm()

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

public KeepPartAndCloneSolidObjectToNextPageAlgorithm()

See Also


KeepPartAndCloneSolidObjectToNextPageAlgorithm(float)

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

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

See Also