ThreeDCrossSection
extends PdfObject
in package
3D cross-section dictionary (/Type /3DCrossSection) — ISO 32000-2 §13.6.8.
Describes a clipping plane used to slice the 3D model.
Attributes
- #[RequiresPdfVersion]
- \Phpdftk\Pdf\Core\PdfVersion::V1_6
Table of Contents
Constants
- PDF_TYPE = '3DCrossSection'
Properties
- $c : PdfArray|null
- $generationNumber : int
- $ic : PdfArray|null
- $iv : bool|null
- $o : PdfArray|null
- $objectNumber : int
- $pc : PdfArray|null
- $pO : float|null
- $st : bool|null
Methods
- 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
= '3DCrossSection'
Properties
$c
public
PdfArray|null
$c
= null
$generationNumber
public
int
$generationNumber
= 0
$ic
public
PdfArray|null
$ic
= null
$iv
public
bool|null
$iv
= null
$o
public
PdfArray|null
$o
= null
$objectNumber
public
int
$objectNumber
= 0
$pc
public
PdfArray|null
$pc
= null
$pO
public
float|null
$pO
= null
$st
public
bool|null
$st
= null
Methods
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