Preparing search index...
The search index is not available
RealDWG-Web
RealDWG-Web
@mlightcad/data-model
AcDbMLeaderBlockContent
Interface AcDbMLeaderBlockContent
Represents normalized block content stored by a multileader.
interface
AcDbMLeaderBlockContent
{
blockContentId
?:
string
;
blockHandle
?:
string
;
color
?:
number
;
normal
?:
AcGeVector3d
;
position
?:
AcGePoint3d
;
rotation
:
number
;
scale
:
AcGeVector3d
;
transformationMatrix
:
number
[]
;
}
Index
Properties
block
Content
Id?
block
Handle?
color?
normal?
position?
rotation
scale
transformation
Matrix
Properties
Optional
block
Content
Id
blockContentId
?:
string
Optional
block
Handle
blockHandle
?:
string
Optional
color
color
?:
number
Optional
normal
normal
?:
AcGeVector3d
Optional
position
position
?:
AcGePoint3d
rotation
rotation
:
number
scale
scale
:
AcGeVector3d
transformation
Matrix
transformationMatrix
:
number
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block
Content
Id
block
Handle
color
normal
position
rotation
scale
transformation
Matrix
RealDWG-Web
Loading...
Represents normalized block content stored by a multileader.