Method | Description | |
---|---|---|
Create ( double coordinateAlongGlobalXAxis ) : |
Create a new node in a 1D model type
|
|
Create ( double coordinateAlongGlobalXAxis, double coordinateAlongGlobalYAxis ) : |
Create a new node in a 2D model type
|
|
Create ( double coordinateAlongGlobalXAxis, double coordinateAlongGlobalYAxis, double coordinateAlongGlobalZAxis ) : |
Create a new node in a 2D model type
|
|
CreateFor2DTruss ( double coordinateAlongGlobalXAxis, double coordinateAlongGlobalZAxis ) : |
|
Method | Description | |
---|---|---|
NodeFactory ( ModelType typeOfModel ) : System |
Initializes a new instance of the NodeFactory class.
|
|
NodeFactory ( ModelType typeOfModel, NodeRepository repository ) : System |
Initializes a new instance of the NodeFactory class.
|
public Create ( double coordinateAlongGlobalXAxis ) : |
||
coordinateAlongGlobalXAxis | double | The location of the node along the global x-axis |
return |
public Create ( double coordinateAlongGlobalXAxis, double coordinateAlongGlobalYAxis ) : |
||
coordinateAlongGlobalXAxis | double | The location of the node along the global x-axis |
coordinateAlongGlobalYAxis | double | The location of the node along the global y-axis |
return |
public Create ( double coordinateAlongGlobalXAxis, double coordinateAlongGlobalYAxis, double coordinateAlongGlobalZAxis ) : |
||
coordinateAlongGlobalXAxis | double | The location of the node along the global x-axis |
coordinateAlongGlobalYAxis | double | The location of the node along the global y-axis |
coordinateAlongGlobalZAxis | double | The location of the node along the global z-axis |
return |
public CreateFor2DTruss ( double coordinateAlongGlobalXAxis, double coordinateAlongGlobalZAxis ) : |
||
coordinateAlongGlobalXAxis | double | |
coordinateAlongGlobalZAxis | double | |
return |