Chart3DPolyAttributes
23 Sep 20251 minute to read
Represents attributes associated with a 3D polygon.
Properties
alreadyCutBack boolean
Indicates if the polygon has already been cut back.
alreadyCutFront boolean
Indicates if the polygon has already been cut front.
alterCuttingBackPairIndex number
An optional index of the cutting back pair.
alterCuttingFrontPairIndex number
An optional index of the cutting front pair.
cuttingBackPairIndex number|null
The index of the cutting back pair, if applicable.
cuttingBackPoint boolean
An optional flag indicating if it is a cutting back point.
cuttingFrontPairIndex number|null
The index of the cutting front pair, if applicable.
cuttingFrontPoint boolean
An optional flag indicating if it is a cutting front point.
index number
The index of the polygon.
isCuttingBackPoint boolean
Indicates if the point is a cutting back point.
isCuttingFrontPoint boolean
Indicates if the point is a cutting front point.
result string
The result of an operation on the polygon.
vector Chart3DVector
The 3D vector associated with the polygon.