Struct QueryCurvePost.Entity
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct QueryCurvePost.Entity
Constructors
Entity(EntityType, int, Point3d)
Declaration
public Entity(QueryCurvePost.EntityType Type, int Label, Point3d Point)
Parameters
| Type | Name | Description |
|---|---|---|
| QueryCurvePost.EntityType | Type | |
| int | Label | |
| Point3d | Point |
Fields
Label
Declaration
public int Label
Field Value
| Type | Description |
|---|---|
| int |
Point
Declaration
public Point3d Point
Field Value
| Type | Description |
|---|---|
| Point3d |
Type
Declaration
public QueryCurvePost.EntityType Type
Field Value
| Type | Description |
|---|---|
| QueryCurvePost.EntityType |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |