/
x2dImportOptions

x2dImportOptions

Description

Sets the X2D import options. When X2D file is imported the options affect the imported objects.

Functional area

File handling

Command syntax

Syntax

x2dImportOptions [-importCal boolean] [-importSubjects boolean] [-importHardwareSettings boolean] [-importVideo boolean] [-movevideo boolean]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
importCal1boolean
Import/Skip associated camera calibration file from ENF file.
importSubjects1booleanImport/Skip associated characters from ENF file.
importHardwareSettings
boolean

importVideo
boolean

movevideo
boolean

Return value

void

Examples

// Import X2D file with the cameras. Do not import subjects.
x2dImportOptions -importCal on -importSubjects off;
loadFile -createSecondFig -importType "selCreateNew" "C:/ShogunPost/Thursday July20/00001/0000134.x2d";

Additional information

Related commands