StlSaveOptions

StlSaveOptions

Přehled

StlSaveOptions je třída v Aspose.3d pro Java. Dědici: SaveOptions.

StlSaveOptions.StlSaveOptions initializes a new StlSaveOptions with the given FileContentType.

Vlastnosti

Název:Typ:PřístupPopis:
flipCoordinateSystembooleanČtěte.
axisSystemAxisSystemČtěte.Vlastnost získá nebo nastaví AxisSystem použité během uložení.
contentTypeFileContentTypeČtěte.Vlastnost získá nebo nastaví FileContentType u uloženého STL.

Metody

Podpis:Popis:
StlSaveOptions()Inicializuje nový StlSaveOptions s daným FileContentType
StlSaveOptions(contentType: FileContentType)
getFlipCoordinateSystem()booleanVrací aktuální flipCoordinateSystem flag
setFlipCoordinateSystem(value: boolean)Nastavení, zda převrátit souřadnicový systém na uložení .
getAxisSystem()AxisSystemZpětná funkce AxisSystem použitá pro ukládání STL.
setAxisSystem(value: AxisSystem)Přiděluje AxisSystem k použití při ukládání
getContentType()FileContentTypeVrátí FileContentType výstupu STL.
setContentType(value: FileContentType)Nastavení FileContentType pro soubor STL
 Čeština