ThreeDNode
extends PdfObject
in package
3D node dictionary (/Type /3DNode) — ISO 32000-2 §13.6.4.5.
Overrides the transform / visibility / rendering of a named node
inside a 3D stream. Referenced from ThreeDView::$na.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
Table of Contents
Constants
- PDF_TYPE = '3DNode'
Properties
- $generationNumber : int
- $m : PdfArray|null
- $n : PdfString
- $o : float|null
- $objectNumber : int
- $rm : PdfDictionary|null
- $v : bool|null
Methods
- __construct() : mixed
- toIndirectObject() : string
- Wrap the object in an indirect object structure: X Y obj ... endobj
- toPdf() : string
- Serialize the object's dictionary/value to PDF syntax.
Constants
PDF_TYPE
public
mixed
PDF_TYPE
= '3DNode'
Properties
$generationNumber
public
int
$generationNumber
= 0
$m
public
PdfArray|null
$m
= null
$n
public
PdfString
$n
$o
public
float|null
$o
= null
$objectNumber
public
int
$objectNumber
= 0
$rm
public
PdfDictionary|null
$rm
= null
$v
public
bool|null
$v
= null
Methods
__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
toIndirectObject()
Wrap the object in an indirect object structure: X Y obj ... endobj
public
toIndirectObject() : string
Return values
stringtoPdf()
Serialize the object's dictionary/value to PDF syntax.
public
toPdf() : string