메소드 | 설명 | |
---|---|---|
GetAllowedDegreesOfFreedomForBoundaryConditions ( this modelType ) : IList |
The allowed degrees of freedom in which the applied forces and constraints can be created.
|
|
GetAllowedDegreesOfFreedomForGeometry ( this modelType ) : IList |
The allowed degrees of freedom in which the model geometry can be created.
|
|
GetDimensions ( this modelType ) : GeometryDimensionality |
Indicates how many dimensions the geometry can be created in by this type of model type.
|
|
IsAllowedDegreeOfFreedomForBoundaryConditions ( this modelType, DegreeOfFreedom candidate ) : bool |
Indicates whether a degree of freedom is allowed for the creation of boundary conditions by this model type.
|
|
IsAllowedDegreeOfFreedomForGeometry ( this modelType, DegreeOfFreedom candidate ) : bool |
Indicates whether a degree of freedom is allowed for the creation of geometry by this model type.
|
public static GetAllowedDegreesOfFreedomForBoundaryConditions ( this modelType ) : IList |
||
modelType | this | The type of model which will then dictate the allowed degrees of freedom |
리턴 | IList |
public static GetAllowedDegreesOfFreedomForGeometry ( this modelType ) : IList |
||
modelType | this | The type of model which ultimately dictates the allowed degrees of freedom |
리턴 | IList |
public static GetDimensions ( this modelType ) : GeometryDimensionality | ||
modelType | this | The |
리턴 | GeometryDimensionality |
public static IsAllowedDegreeOfFreedomForBoundaryConditions ( this modelType, DegreeOfFreedom candidate ) : bool | ||
modelType | this | The |
candidate | DegreeOfFreedom | The degree of freedom to check as to whether it is allowed. |
리턴 | bool |
public static IsAllowedDegreeOfFreedomForGeometry ( this modelType, DegreeOfFreedom candidate ) : bool | ||
modelType | this | The |
candidate | DegreeOfFreedom | The degree of freedom to check as to whether it is allowed. |
리턴 | bool |