AutoCAD.KnotParam

Description

A class that encapsulates an AcGe::KnotParameterization in a DWG file.

This class is a FlexScript wrapper for the KnotParameterization enumeration.

The AutocAD.KnotParam values are used primarily with AutoCAD.Spline functions and properties, such as setFitData.

Static Properties

kChord = 0
kCustomParameterization = 15
kNotDefinedKnotParam = 16
kSqrtChord = 1
kUniform = 2

Details

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.KnotParam.kChord

static readonly int kChord = 0

Description

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.KnotParam.kCustomParameterization

static readonly int kCustomParameterization = 15

Description

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.KnotParam.kNotDefinedKnotParam

static readonly int kNotDefinedKnotParam = 16

Description

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.KnotParam.kSqrtChord

static readonly int kSqrtChord = 1

Description

Do no remove, this fixes the anchor on doc.flexsim.com

AutoCAD.KnotParam.kUniform

static readonly int kUniform = 2

Description