Share
 
 

CreaseType Property (ActiveX)

Specifies the crease type to apply to the subentity of a SubD mesh.

Supported platforms: AutoCAD for Windows only; not supported in AutoCAD LT for Windows

Signature

VBA:

object.CreaseType
object

Type: SubDMeshEdge, SubDMeshFace, SubDMeshVertex

The object this property applies to.

Property Value

Read-only:
  • No: AutoCAD
  • Yes: AutoCAD LT

Type: AcMeshCreaseType enum

  • acNoneCrease
  • acAlwaysCrease
  • acCreaseByLevel

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?