Preparing search index...
The search index is not available
RealDWG-Web
RealDWG-Web
@mlightcad/data-model
AcDbMLeaderBlockContentLike
Interface AcDbMLeaderBlockContentLike
Represents block content input data for a multileader.
interface
AcDbMLeaderBlockContentLike
{
blockContentId
?:
string
;
blockHandle
?:
string
;
color
?:
number
;
normal
?:
AcGeVector3dLike
;
position
?:
AcGeVector3dLike
;
rotation
?:
number
;
scale
?:
AcGeVector3dLike
;
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
?:
AcGeVector3dLike
Optional
position
position
?:
AcGeVector3dLike
Optional
rotation
rotation
?:
number
Optional
scale
scale
?:
AcGeVector3dLike
Optional
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 block content input data for a multileader.