Class IfcConic
Inheritance
System.Object
IfcConic
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcCurve>
System.IEquatable<IfcConic>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.GeometryResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcConic", 299)]
public abstract class IfcConic : IfcCurve, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCurve>, IIfcConic, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IEquatable<IfcConic>, IIfcConic, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
| Improve this Doc View SourcePosition
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcAxis2Placement Position { get; set; }
Property Value
Type | Description |
---|---|
IfcAxis2Placement |
Methods
| Improve this Doc View SourceEquals(IfcConic)
Declaration
public bool Equals(IfcConic other)
Parameters
Type | Name | Description |
---|---|---|
IfcConic | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIfcConic.Position
Declaration
IIfcAxis2Placement IIfcConic.Position { get; set; }
Returns
Type | Description |
---|---|
IIfcAxis2Placement |
IIfcConic.Position
Declaration
[CrossSchemaAttribute(typeof(IIfcConic), 1)]
IIfcAxis2Placement IIfcConic.Position { get; set; }
Returns
Type | Description |
---|---|
IIfcAxis2Placement |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>