HyperWorks Desktop

*SetSinglePairCreateDefault()

Indicates whether the default for an entity type being added is single or pair.

*SetSinglePairCreateDefault()

Indicates whether the default for an entity type being added is single or pair.

Previous topic Next topic No expanding text in this topic  

*SetSinglePairCreateDefault()

Indicates whether the default for an entity type being added is single or pair.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*SetSinglePairCreateDefault(Single, Pair)

Arguments

Names

Description

 

Single

The default entity type is a single entity.

 

Pair

The default entity type is a pair entity.

Example

*BeginDefaults()

  *BeginModelDefaults()

     *SetSinglePairCreateDefault(Pair)

  *EndModelDefaults()

*EndDefaults()

Application

MotionView.

Context

*BeginDefaults()

*BeginModelDefaults()

Comments

The statement applies to all entities simultaneously.

See also

 

List of Preference Statements