KitchenDraw SDK 2
Show / Hide Table of Contents

Enum DimensionConstraint

Describes the dimensions that are constrained for an object and so can't be changed by user.

Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Flags]
public enum DimensionConstraint

Fields

Name Description
DimensionX

Width is constrained.

DimensionY

Depth is constrained.

DimensionZ

Height is constrained.

None
In this article
Back to top Generated by DocFX